1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-05-12 22:17:12 +02:00

15 lines
382 B
C++

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