1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-31 09:57:14 +01:00
SqMod/source/Misc/Functions.cpp

18 lines
508 B
C++
Raw Normal View History

2015-09-30 03:56:11 +03:00
#include "Misc/Functions.hpp"
#include "Register.hpp"
// ------------------------------------------------------------------------------------------------
#include "Config.hpp"
2015-09-30 03:56:11 +03:00
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
bool Register_Functions(HSQUIRRELVM vm)
{
SQMOD_UNUSED_VAR(vm);
2015-09-30 03:56:11 +03:00
return true;
}
} // Namespace:: SqMod