mirror of
https://github.com/zeldaret/ss
synced 2026-06-15 06:20:55 -04:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef MISC_ACTOR_H
|
|
#define MISC_ACTOR_H
|
|
|
|
bool checkIsInSkykeepPuzzle();
|
|
void restoreSkykeepPuzzleFromGlobal();
|
|
|
|
#endif
|