Implement a mempatch function and create a ServerProcess patch with it

This commit is contained in:
Robert MacGregor 2017-07-22 16:57:21 -04:00
parent cb9895a38e
commit da08659d72
7 changed files with 59 additions and 6 deletions

View file

@ -5,4 +5,5 @@
#include <LinkerAPI.h>
// Mod Loader Implementation
void serverProcessReplacement(unsigned int timeDelta);
bool conLoadMod(Linker::SimObject *obj,S32 argc, const char* argv[]);