mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Update squirrel.h
This commit is contained in:
parent
a6326c954d
commit
ff8da4dad1
8
vendor/Squirrel/include/squirrel.h
vendored
8
vendor/Squirrel/include/squirrel.h
vendored
@ -64,8 +64,16 @@ struct SQOuter;
|
|||||||
//#define SQUNICODE
|
//#define SQUNICODE
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
} /*extern "C"*/
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "sqconfig.h"
|
#include "sqconfig.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SQUIRREL_VERSION _SC("Squirrel 3.1 stable")
|
#define SQUIRREL_VERSION _SC("Squirrel 3.1 stable")
|
||||||
#define SQUIRREL_COPYRIGHT _SC("Copyright (C) 2003-2017 Alberto Demichelis")
|
#define SQUIRREL_COPYRIGHT _SC("Copyright (C) 2003-2017 Alberto Demichelis")
|
||||||
#define SQUIRREL_AUTHOR _SC("Alberto Demichelis")
|
#define SQUIRREL_AUTHOR _SC("Alberto Demichelis")
|
||||||
|
Loading…
Reference in New Issue
Block a user