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