1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00
SqMod/module/Library/JSON.hpp

17 lines
541 B
C++
Raw Normal View History

2021-07-10 14:15:41 +03:00
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Utility.hpp"
#include "Library/IO/Buffer.hpp"
// ------------------------------------------------------------------------------------------------
2021-07-16 20:42:34 +03:00
#include <sajson.h>
2021-07-10 14:15:41 +03:00
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
} // Namespace:: SqMod