1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/include/sqrat
2016-11-16 15:09:37 +02:00
..
sqratAllocator.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratArray.h Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
sqratClass.h Move the plugin Squirrel utilities to the Sqrat binding utility. 2016-11-16 11:54:07 +02:00
sqratClassType.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratConst.h Implement double when binding constants with Sqrat. 2016-07-09 22:48:42 +03:00
sqratFunction.h Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
sqratGlobalMethods.h Always receive the StackStrF type as a const reference. 2016-11-16 15:09:37 +02:00
sqratMemberMethods.h Always receive the StackStrF type as a const reference. 2016-11-16 15:09:37 +02:00
sqratObject.h Implement another constructor for Sqrat's Object type to grab an object reference right from the stack. 2016-09-11 20:10:29 +03:00
sqratOverloadMethods.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratScript.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratTable.h Move the plugin Squirrel utilities to the Sqrat binding utility. 2016-11-16 11:54:07 +02:00
sqratTypes.h Move the plugin Squirrel utilities to the Sqrat binding utility. 2016-11-16 11:54:07 +02:00
sqratUtil.h Include a default constructor and an explicit compile time string constructor in the StackStrF type. 2016-11-16 13:03:11 +02:00