Skip to content

Commit 95b7f40

Browse files
committed
Add header
1 parent affb55f commit 95b7f40

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

include/Dogs/SlidableBlockPuzzle.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#ifndef SLIDABLEBLOCKPUZZLE_H
2+
#define SLIDABLEBLOCKPUZZLE_H
3+
4+
#endif

src/Dogs/Code/BookMetaphor.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,15 @@ BookMetaphor::SettingsPage::SettingsPage() {
236236

237237
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", _$_Q212BookMetaphor12SettingsPage);
238238

239-
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192010);
239+
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192010); // SettingsPage member
240240

241241
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192110); // SettingsPage member
242242

243-
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192820);
243+
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192820); // SettingsPage member
244244

245-
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_001928A8);
245+
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_001928A8); // SettingsPage member
246246

247-
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192CF0); // Settings Page member
247+
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00192CF0); // SettingsPage member
248248

249249
#ifdef NON_MATCHING
250250
BookMetaphor::CheatsPage::CheatsPage() {
@@ -312,7 +312,7 @@ INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00194990); // unload
312312

313313
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00194AE8);
314314

315-
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00194B08);
315+
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00194B08); // element3d stuff
316316

317317
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_00194D40);
318318

@@ -419,7 +419,7 @@ INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", _$_17BookMetaphorLayer);
419419

420420
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_0019B870); // BookMetaphorLayer member; this function seems to handle animations in BM
421421

422-
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_0019B8B8); // BookMetaphorLayer member; nopping out this function makes the bookmetaphor scene not render
422+
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_0019B8B8); // BookMetaphorLayer member; stubbing this function makes the bookmetaphor scene not render
423423

424424
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/BookMetaphor", func_0019B8F0); // BookMetaphorLayer member; this function seems to handle BookMetaphor input
425425

src/Dogs/Code/SlidableBlockPuzzle.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include "common.h"
22
#include "unk.h"
33

4+
#include "Dogs/SlidableBlockPuzzle.h"
5+
46
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/SlidableBlockPuzzle", func_002282D8); /* SlidableBlockPuzzle */
57

68
INCLUDE_ASM("asm/nonmatchings/Dogs/Code/SlidableBlockPuzzle", _$_19SlidableBlockPuzzle);

src/Dogs/Code/SmallThing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "Dogs/SmallThing.h"
44

55
extern ClassInfo* D_0044D910;
6+
67
#ifdef NON_MATCHING
78
SmallThing::SmallThing(ClassInfo* arg1, SimObj_Universe* arg2, int arg3, short arg4) : HitTri_Object(arg1 = 0, arg2, arg3, arg4) {
89
if (arg1 != 0) {

0 commit comments

Comments
 (0)