1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/source/Library/Hashing.cpp
2015-10-30 04:16:41 +02:00

13 lines
349 B
C++

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