mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 18:44:45 +00:00
9 lines
199 B
C
9 lines
199 B
C
/*
|
|
* modLoader.h
|
|
*/
|
|
|
|
#include <LinkerAPI.h>
|
|
|
|
// Mod Loader Implementation
|
|
void serverProcessReplacement(unsigned int timeDelta);
|
|
bool conLoadMod(Linker::SimObject *obj,S32 argc, const char* argv[]); |