1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 20:17:15 +01:00

14 lines
430 B
C++
Raw Normal View History

2021-02-08 21:10:10 +02:00
// ------------------------------------------------------------------------------------------------
#include "Library/Utils/JSON.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ================================================================================================
void Register_JSON(HSQUIRRELVM vm, Table & ns)
{
}
} // Namespace:: SqMod