#include "Misc/Functions.hpp" #include "Register.hpp" // ------------------------------------------------------------------------------------------------ #include "Config.hpp" // ------------------------------------------------------------------------------------------------ namespace SqMod { // ------------------------------------------------------------------------------------------------ bool Register_Functions(HSQUIRRELVM vm) { SQMOD_UNUSED_VAR(vm); return true; } } // Namespace:: SqMod