summaryrefslogtreecommitdiff
path: root/src/00_Core
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-16 20:04:00 +0200
committerAetias <aetias@outlook.com>2024-04-16 20:04:00 +0200
commit25be4bdc1eb42d46b5866d7ae38596f871542014 (patch)
tree055347a8380a4558db8b9cd2404d323d2d1775ed /src/00_Core
parentd8675f7f0dc4fa25558b8099578c11e7851eca06 (diff)
Add STUBS
Diffstat (limited to 'src/00_Core')
-rw-r--r--src/00_Core/Save/AdventureFlags.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/00_Core/Save/AdventureFlags.cpp b/src/00_Core/Save/AdventureFlags.cpp
index e666e04a..7598a941 100644
--- a/src/00_Core/Save/AdventureFlags.cpp
+++ b/src/00_Core/Save/AdventureFlags.cpp
@@ -1,5 +1,7 @@
#include "Save/AdventureFlags.hpp"
+#ifdef STUBS
+
bool AdventureFlags::Exists() {}
void AdventureFlags::CopyTo(unk32 *flags) {}
void AdventureFlags::func_ov00_02097674() {}
@@ -48,3 +50,5 @@ bool AdventureFlags::func_ov00_0209809c() {}
bool AdventureFlags::func_ov00_020980ac() {}
void AdventureFlags::func_ov00_020980bc(s32 param1) {}
void AdventureFlags::func_ov00_020980d0() {}
+
+#endif