diff options
| author | robojumper <robojumper@gmail.com> | 2025-10-05 23:40:42 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-10-05 23:40:42 +0200 |
| commit | c46b2ba5e19651bb209cdf13578f8a671bf8cc09 (patch) | |
| tree | 0c587a9084dbe6d7a089719372902bc4471fc58d /include/toBeSorted | |
| parent | baa508795496e8c13b5e8648d219f7f37b029fd6 (diff) | |
Scaffold markers
Diffstat (limited to 'include/toBeSorted')
| -rw-r--r-- | include/toBeSorted/misc_actor.h | 5 |
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(); |
