mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-08-16 23:08:01 -05:00
7 lines
104 B
C
Executable File
7 lines
104 B
C
Executable File
#ifndef GUARD_ROULETTE_H
|
|
#define GUARD_ROULETTE_H
|
|
|
|
void PlayRoulette(void);
|
|
|
|
#endif // GUARD_ROULETTE_H
|