mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-07-11 18:04:34 +00:00
Fixed up the ModLoader Project; replaced the old sources with the new
This commit is contained in:
parent
83b8016a30
commit
a3a954b22f
12 changed files with 62 additions and 163 deletions
8
ModLoader/include/modLoader.h
Normal file
8
ModLoader/include/modLoader.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* modLoader.h
|
||||
*/
|
||||
|
||||
#include <t2api.h>
|
||||
|
||||
// Mod Loader Implementation
|
||||
bool conLoadMod(SimObject *obj,S32 argc, const char* argv[]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue