mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
19 lines
272 B
C
19 lines
272 B
C
#ifndef M_EVENT_H
|
|
#define M_EVENT_H
|
|
|
|
#include "types.h"
|
|
#include "libu64/gfxprint.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mEv_debug_print4f(gfxprint_t* gfxprint);
|
|
extern void mEv_sp_debug_print4f(gfxprint_t* gfxprint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|