1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/module/Library/Utils/JSON.hpp

15 lines
425 B
C++
Raw Normal View History

2021-02-08 20:10:10 +01:00
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Utility.hpp"
// ------------------------------------------------------------------------------------------------
#define JSMN_HEADER
#include <jsmn.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod