WatchDog implementation; moved Bahke's server process code into a generalized mod loader implementation to allow loaded mods to hook into the server process

This commit is contained in:
Robert MacGregor 2015-06-26 23:24:24 -04:00
parent 831d49cc20
commit a7c9fc2f6e
21 changed files with 466 additions and 467 deletions

View file

@ -0,0 +1,8 @@
/*
* modLoader.h
*/
#include <t2api.h>
// Mod Loader Implementation
bool conLoadMod(SimObject *obj,S32 argc, const char* argv[]);