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