mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-10 19:07:12 +02:00
Implemented the module system.
This commit is contained in:
@ -33,7 +33,12 @@
|
||||
#include <cstring>
|
||||
#endif
|
||||
|
||||
#include <squirrel.h>
|
||||
#ifdef SQMOD_PLUGIN_API
|
||||
#include <sq_api.h>
|
||||
#else
|
||||
#include <squirrel.h>
|
||||
#endif // SQMOD_PLUGIN_API
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "sqratClassType.h"
|
||||
|
Reference in New Issue
Block a user