mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 20:47:40 +01:00
8 lines
186 B
C
8 lines
186 B
C
|
#include "global.h"
|
||
|
#include "alloc.h"
|
||
|
#include "mevent.h"
|
||
|
#include "mevent_server.h"
|
||
|
#include "mevent_server_helpers.h"
|
||
|
|
||
|
EWRAM_DATA struct mevent_srv_ish * s_mevent_srv_ish_ptr = NULL;
|