summaryrefslogtreecommitdiff
path: root/include/dungeon_random.h
blob: b53b4bb87e2e6339a9c695f8bc02f360042bf0b6 (plain)
1
2
3
4
5
6
7
#ifndef GUARD_DUNGEON_RANDOM_H
#define GUARD_DUNGEON_RANDOM_H

s32 DungeonRandom(void);
s32 DungeonRandomCapped(s32 cap);

#endif