mirror of
https://github.com/pret/pmd-sky.git
synced 2026-06-20 11:41:04 -05:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef PMDSKY_RANDOM_TRAP_H
|
|
#define PMDSKY_RANDOM_TRAP_H
|
|
|
|
u8 GetRandomSpawnTrapId();
|
|
s32 GetRandomTrapId();
|
|
|
|
#endif //PMDSKY_RANDOM_TRAP_H
|