mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-17 14:27:11 +02:00
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).
This commit is contained in:
1
shared/Base/Plugin.cpp
Normal file
1
shared/Base/Plugin.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "Utility.inl"
|
Reference in New Issue
Block a user