mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
193 B
C
9 lines
193 B
C
#ifndef GUARD_MEVENT_SERVER_H
|
|
#define GUARD_MEVENT_SERVER_H
|
|
|
|
void mevent_srv_new_wcard();
|
|
void mevent_srv_init_wnews();
|
|
u32 mevent_srv_common_do_exec(u16 * a0);
|
|
|
|
#endif //GUARD_MEVENT_SERVER_H
|