mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
7 lines
113 B
C
7 lines
113 B
C
#ifndef GUARD_DUNGEON_WIND
|
|
#define GUARD_DUNGEON_WIND
|
|
|
|
void UpdateWindTurns(void);
|
|
|
|
#endif // GUARD_DUNGEON_WIND
|