1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-31 09:57:14 +01:00
SqMod/module/Library/JSON.cpp
Sandu Liviu Catalin ce6050cc08 JSMN approach.
2021-07-10 14:15:41 +03:00

23 lines
758 B
C++

// ------------------------------------------------------------------------------------------------
#include "Library/JSON.hpp"
// ------------------------------------------------------------------------------------------------
#include <sqratConst.h>
// ------------------------------------------------------------------------------------------------
#include <cstdio>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_JSON(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod