match _minigameDLL rel

This commit is contained in:
Rainchus 2023-11-20 13:26:41 -06:00
parent 2b5aa27571
commit a56c5b37af
5 changed files with 34 additions and 1 deletions

6
include/common.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _COMMON_H_
#define _COMMON_H_
void OSReport(const char * format, ...);
#endif