mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
13 lines
410 B
C
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
|