Files
SqMod/source/Library/Math.cpp
T
2015-09-30 03:56:11 +03:00

13 lines
351 B
C++

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