1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-23 05:07:13 +01:00
SqMod/vendor/SAJSON/sajson.cpp
Sandu Liviu Catalin b4fa4091df
All checks were successful
continuous-integration/drone/push Build is passing
Fix undefined reference in SAJSON.
2021-07-16 21:37:01 +03:00

8 lines
133 B
C++

#include <sajson.h>
namespace sajson {
namespace internal {
//template <> const uint8_t globals_struct<void>::parse_flags[256];
}
}