mirror of
https://github.com/n64decomp/sm64
synced 2026-04-24 16:13:50 +00:00
12 lines
186 B
C
12 lines
186 B
C
#include "macros.h"
|
|
|
|
#ifdef VERSION_CN
|
|
|
|
// ?
|
|
void func_cn_80304B30(void) {}
|
|
|
|
void osSyncPrintf(UNUSED const char *fmt, ...) {}
|
|
void osAsyncPrintf(UNUSED const char *fmt, ...) {}
|
|
|
|
#endif
|