Add more structs, and more script functions.

This commit is contained in:
JezuzLizard
2023-03-24 20:21:50 -07:00
parent 70e2f8bdb6
commit b861f5cc56
4 changed files with 221 additions and 3 deletions

View File

@ -17,6 +17,8 @@ namespace game
WEAK symbol<cmd_function_s*> cmd_functions{ 0x0, 0x1F416F4 };
WEAK symbol<CmdArgs> cmd_args{ 0x0, 0x1F41670 };
WEAK symbol<GameWorldSp*> gameWorldCurrent{0x0, 0x8E1D80 };
namespace plutonium
{
}