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