mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef GUARD_DUNGEON_RANDOM_1_H
|
|
#define GUARD_DUNGEON_RANDOM_1_H
|
|
|
|
bool8 RollPercentChance(s32 percentChance);
|
|
|
|
#endif
|