mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47:15 +01:00
Moved several forward declarations to the base module header.
This commit is contained in:
parent
53834fe1d9
commit
c8a5593263
@ -105,6 +105,16 @@
|
|||||||
#define SQMOD_PLATFORM 0
|
#define SQMOD_PLATFORM 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* ------------------------------------------------------------------------------------------------
|
||||||
|
* SQUIRREL FORWARD DECLARATIONS
|
||||||
|
*/
|
||||||
|
extern "C" {
|
||||||
|
typedef struct tagSQObject SQObject;
|
||||||
|
struct SQVM;
|
||||||
|
typedef struct SQVM* HSQUIRRELVM;
|
||||||
|
typedef SQObject HSQOBJECT;
|
||||||
|
} /*extern "C"*/
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* SQRAT FORWARD DECLARATIONS
|
* SQRAT FORWARD DECLARATIONS
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user