mirror of
https://github.com/zeldaret/ss
synced 2026-07-26 22:41:43 -04:00
7 lines
82 B
C
7 lines
82 B
C
#ifndef MISC_ACTOR_H
|
|
#define MISC_ACTOR_H
|
|
|
|
bool checkIsInSkykeepPuzzle();
|
|
|
|
#endif
|