1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +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