This website requires JavaScript.
Explore
Help
Sign In
thijn
/
SqMod
Watch
1
Star
0
Fork
0
You've already forked SqMod
mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced
2025-02-21 20:27:13 +01:00
Code
Releases
Activity
SqMod
/
shared
History
Sandu Liviu Catalin
3a8d4952c1
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.
...
Which can lead to undefined link time errors (at best) or run-time crashes (at worst).
2016-06-20 16:17:03 +03:00
..
Base
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
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
Initial revision of the script loading system to be more flexible and accurate.
2016-06-18 20:31:35 +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