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