#include "Library/Math.hpp" #include "Register.hpp" // ------------------------------------------------------------------------------------------------ namespace SqMod { // ------------------------------------------------------------------------------------------------ bool Register_Math(HSQUIRRELVM vm) { SQMOD_UNUSED_VAR(vm); return true; } } // Namespace:: SqMod