marioparty4/include/common.h
2023-11-20 13:26:41 -06:00

6 lines
No EOL
87 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
void OSReport(const char * format, ...);
#endif