1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/shared
Sandu Liviu Catalin 85e881effa Fix const correctness in utility functions.
By not taking the object reference as const we are forced to make copies of objects that are const or use const_cast. Eitherway, this is the correct way because objects are not modified.
2016-06-13 00:27:06 +03:00
..
Base Fix const correctness in utility functions. 2016-06-13 00:27:06 +03:00
ModBase.hpp Various changes to the modules. 2016-05-22 22:34:27 +03:00
SqAPI.h Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
SqMod.c Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
SqMod.cpp Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
SqMod.h Remove implementation of the Decimal time. Not worth the troublem. 2016-06-05 04:28:45 +03:00
SqMod.inl Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00