#ifndef _GAMECOMMAND_H_ #define _GAMECOMMAND_H_ #include #include #define MAX_COMMAND_LEN 0x100 s32 GameCommand_ExecuteCommand(); #endif