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;
|