1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-03 23:47:12 +02:00

Allow external native plug-ins to interact wit the script.

Very primitive mechanism but better than nothing.
This commit is contained in:
Sandu Liviu Catalin
2023-03-05 15:38:59 +02:00
parent 2a069f3040
commit bc1fc1d245
8 changed files with 349 additions and 22 deletions

View File

@ -1,6 +1,3 @@
#ifndef _REGISTER_HPP_
#define _REGISTER_HPP_
// ------------------------------------------------------------------------------------------------
#include <squirrelex.h>
@ -144,5 +141,3 @@ bool RegisterAPI(HSQUIRRELVM vm)
}
} // Namespace:: SqMod
#endif // _REGISTER_HPP_