mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-06 13:45:09 -05: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
|