mirror of https://github.com/pret/pokeemerald.git
9 lines
179 B
C
9 lines
179 B
C
|
#ifndef GUARD_MEVENT_SERVER_H
|
||
|
#define GUARD_MEVENT_SERVER_H
|
||
|
|
||
|
void mevent_srv_new_wcard();
|
||
|
void mevent_srv_init_wnews();
|
||
|
u32 sub_801D0C4(u16 * a0);
|
||
|
|
||
|
#endif //GUARD_MEVENT_SERVER_H
|