Fixed up the ModLoader Project; replaced the old sources with the new

This commit is contained in:
Robert MacGregor 2014-08-05 18:31:30 -04:00
parent 83b8016a30
commit a3a954b22f
12 changed files with 62 additions and 163 deletions

View file

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