mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-03 14:41:48 +02:00
Implemented the module system.
This commit is contained in:
@@ -29,7 +29,12 @@
|
||||
#if !defined(_SCRAT_GLOBAL_METHODS_H_)
|
||||
#define _SCRAT_GLOBAL_METHODS_H_
|
||||
|
||||
#include <squirrel.h>
|
||||
#ifdef SQMOD_PLUGIN_API
|
||||
#include <sq_api.h>
|
||||
#else
|
||||
#include <squirrel.h>
|
||||
#endif // SQMOD_PLUGIN_API
|
||||
|
||||
#include "sqratTypes.h"
|
||||
|
||||
namespace Sqrat {
|
||||
|
Reference in New Issue
Block a user