mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-31 09:57:14 +01:00
23 lines
758 B
C++
23 lines
758 B
C++
|
// ------------------------------------------------------------------------------------------------
|
||
|
#include "Library/JSON.hpp"
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
#include <sqratConst.h>
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
#include <cstdio>
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
namespace SqMod {
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
// ================================================================================================
|
||
|
void Register_JSON(HSQUIRRELVM vm)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
} // Namespace:: SqMod
|