/*
* modLoader.h
*/
#include <LinkerAPI.h>
// Mod Loader Implementation
bool conLoadMod(Linker::SimObject *obj,S32 argc, const char* argv[]);