mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
14 lines
430 B
C++
14 lines
430 B
C++
// ------------------------------------------------------------------------------------------------
|
|
#include "Library/Utils/JSON.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
// ================================================================================================
|
|
void Register_JSON(HSQUIRRELVM vm, Table & ns)
|
|
{
|
|
|
|
}
|
|
|
|
} // Namespace:: SqMod
|