1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update squirrel.h

This commit is contained in:
Sandu Liviu Catalin 2021-02-05 15:08:57 +02:00
parent a6326c954d
commit ff8da4dad1

View File

@ -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")