1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 15:17:13 +02:00

Integrate SQLite module.

Integrate the SQLite module into the host plugin and get it to compile.
This commit is contained in:
Sandu Liviu Catalin
2020-03-22 00:35:03 +02:00
parent 5a7034a049
commit de3f365522
24 changed files with 6052 additions and 315 deletions

View File

@ -34,7 +34,7 @@
#include <squirrelex.h>
#endif // SQMOD_PLUGIN_API
#include <string.h>
#include <cstring>
#include "sqratAllocator.h"
#include "sqratTypes.h"