1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/shared/Base
2016-06-20 16:17:03 +03:00
..
Buffer.cpp Update the module API and merge shared code between modules and host plugin. 2016-06-03 21:26:19 +03:00
Buffer.hpp Improve the constructors in shared buffers implementation. 2016-06-15 10:00:28 +03:00
Module.cpp Avoid sharing the same source file between multiple projects where there's a possibility that with each project object generated by the the source file could have a diffrent code used by other sources from the project. 2016-06-20 16:17:03 +03:00
Plugin.cpp Avoid sharing the same source file between multiple projects where there's a possibility that with each project object generated by the the source file could have a diffrent code used by other sources from the project. 2016-06-20 16:17:03 +03:00
Utility.hpp Fix const correctness in utility functions. 2016-06-13 00:27:06 +03:00
Utility.inl Avoid sharing the same source file between multiple projects where there's a possibility that with each project object generated by the the source file could have a diffrent code used by other sources from the project. 2016-06-20 16:17:03 +03:00