summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/Resource/resSystem.cpp')
-rw-r--r--src/KingSystem/Resource/resSystem.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/KingSystem/Resource/resSystem.cpp b/src/KingSystem/Resource/resSystem.cpp
index be87826c..71713a1c 100644
--- a/src/KingSystem/Resource/resSystem.cpp
+++ b/src/KingSystem/Resource/resSystem.cpp
@@ -10,8 +10,12 @@ bool returnFalse() {
return false;
}
-bool returnFalse2() {
+bool returnFalse2(const sead::SafeString&) {
return false;
}
+s32 getDefaultAlignment() {
+ return 8;
+}
+
} // namespace ksys::res