1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-23 13:17:14 +01:00
SqMod/vendor/SAJSON/sajson.cpp

8 lines
133 B
C++
Raw Normal View History

2021-07-16 21:25:19 +03:00
#include <sajson.h>
namespace sajson {
namespace internal {
2021-07-16 21:37:01 +03:00
//template <> const uint8_t globals_struct<void>::parse_flags[256];
2021-07-16 21:25:19 +03:00
}
}