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