mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-19 22:53:39 +00:00
8 lines
132 B
C
8 lines
132 B
C
|
|
/*
|
||
|
|
* modLoader.h
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <t2api.h>
|
||
|
|
|
||
|
|
// Mod Loader Implementation
|
||
|
|
bool conLoadMod(SimObject *obj,S32 argc, const char* argv[]);
|