summaryrefslogtreecommitdiff
path: root/include/toBeSorted
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-10-05 23:40:42 +0200
committerrobojumper <robojumper@gmail.com>2025-10-05 23:40:42 +0200
commitc46b2ba5e19651bb209cdf13578f8a671bf8cc09 (patch)
tree0c587a9084dbe6d7a089719372902bc4471fc58d /include/toBeSorted
parentbaa508795496e8c13b5e8648d219f7f37b029fd6 (diff)
Scaffold markers
Diffstat (limited to 'include/toBeSorted')
-rw-r--r--include/toBeSorted/misc_actor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/toBeSorted/misc_actor.h b/include/toBeSorted/misc_actor.h
index 081734e1..4024e1bc 100644
--- a/include/toBeSorted/misc_actor.h
+++ b/include/toBeSorted/misc_actor.h
@@ -1,6 +1,11 @@
#ifndef MISC_ACTOR_H
#define MISC_ACTOR_H
+// TODO - this header might be unnecessary; a lot of functions in
+// the split corresponding to this header clearly are REL functions
+// that were moved to the DOL because they need to be called from the DOL.
+// So ideally all of these declarations were moved to REL class definitions...
+
bool checkIsInSkykeepPuzzle();
void restoreSkykeepPuzzleFromGlobal();