Files
ss/include/toBeSorted/misc_actor.h
T
2025-10-05 23:40:42 +02:00

13 lines
410 B
C

#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();
#endif