mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 10:34:12 -05:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef GUARD_ROM6_H
|
|
#define GUARD_ROM6_H
|
|
|
|
bool8 npc_before_player_of_type(u8);
|
|
u8 oei_task_add(void);
|
|
|
|
#endif
|