summaryrefslogtreecommitdiff
path: root/include/dungeon_random_1.h
blob: c863a7ea0a8df42294eafce4b7ba60baaa2b7749 (plain)
1
2
3
4
5
6
#ifndef GUARD_DUNGEON_RANDOM_1_H
#define GUARD_DUNGEON_RANDOM_1_H

bool8 RollPercentChance(s32 percentChance);

#endif