begin decomping main01

This commit is contained in:
Pheenoh
2021-01-04 00:16:06 -05:00
parent 0be0a7ea94
commit 2a6fc42571
7 changed files with 102 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef __M_DO_MACHINE_H__
#define __M_DO_MACHINE_H__
#include "global.h"
extern "C" void mDoMch_Create(void);
#endif