mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-11 20:48:25 -04:00
8 lines
114 B
C
8 lines
114 B
C
#ifndef _DOLPHIN_OS
|
|
#define _DOLPHIN_OS
|
|
|
|
#include "types.h"
|
|
|
|
void OSReport(const char*, ...);
|
|
|
|
#endif |