mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
021809c0ec
* syncprintf OK * UNUSED
11 lines
202 B
C
11 lines
202 B
C
#ifndef SYNC_PRINTF_H
|
|
#define SYNC_PRINTF_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void osSyncPrintfUnused(const char* fmt, ...);
|
|
void osSyncPrintf(const char* fmt, ...);
|
|
void rmonPrintf(const char* fmt, ...);
|
|
|
|
#endif
|