1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Remove unused files.

This commit is contained in:
Sandu Liviu Catalin 2023-03-23 20:23:17 +02:00
parent 2431f69391
commit fa79a51c46
2 changed files with 0 additions and 27 deletions

View File

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

View File

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