1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 07:07:13 +02:00

Include pending library.

This commit is contained in:
Sandu Liviu Catalin
2021-02-08 21:10:10 +02:00
parent 3d0ce183c6
commit c9dbd38255
7 changed files with 1208 additions and 0 deletions

View File

@ -0,0 +1,13 @@
// ------------------------------------------------------------------------------------------------
#include "Library/Utils/JSON.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ================================================================================================
void Register_JSON(HSQUIRRELVM vm, Table & ns)
{
}
} // Namespace:: SqMod

View File

@ -0,0 +1,14 @@
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Utility.hpp"
// ------------------------------------------------------------------------------------------------
#define JSMN_HEADER
#include <jsmn.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod