Files
ac-decomp/include/dolphin/os.h
T
2022-12-19 09:53:02 +01:00

8 lines
114 B
C

#ifndef _DOLPHIN_OS
#define _DOLPHIN_OS
#include "types.h"
void OSReport(const char*, ...);
#endif