1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-11-06 17:27:17 +01:00

Move message broadcasting into their own source file for better code structuring

Move message broadcasting into their own table to avoid polluting the global scope.
This commit is contained in:
Sandu Liviu Catalin
2016-06-19 09:32:16 +03:00
parent 431198378d
commit 3ebe127c2c
3 changed files with 443 additions and 417 deletions

View File

@@ -532,6 +532,7 @@
<Unit filename="../source/Logger.cpp" />
<Unit filename="../source/Logger.hpp" />
<Unit filename="../source/Main.cpp" />
<Unit filename="../source/Misc/Broadcast.cpp" />
<Unit filename="../source/Misc/Functions.cpp" />
<Unit filename="../source/Misc/Functions.hpp" />
<Unit filename="../source/Misc/Model.cpp" />