mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-27 15:00:33 +00:00
8 lines
130 B
C
8 lines
130 B
C
#ifndef GUARD_DUNGEON_RANDOM_H
|
|
#define GUARD_DUNGEON_RANDOM_H
|
|
|
|
s32 DungeonRandom(void);
|
|
s32 DungeonRandomCapped(s32 cap);
|
|
|
|
#endif
|