mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -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
|