pmd-red/include/dungeon_random.h
2022-03-10 22:33:12 -05:00

8 lines
130 B
C

#ifndef GUARD_DUNGEON_RANDOM_H
#define GUARD_DUNGEON_RANDOM_H
s32 DungeonRandom(void);
s32 DungeonRandomCapped(s32 cap);
#endif