Reorganized global functions: The file "Global.h" was split into multiple file in...
commita5602cf04dd8480cd461048234edc14f933d1bf2
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 3 Nov 2013 22:43:21 +0000 (3 23:43 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 3 Nov 2013 22:43:21 +0000 (3 23:43 +0100)
treee436dd3c0bac2a948514a08ccba23aa8577b4564
parent7b2ca53f3f65e84d9dbe77f3bf673a31f1eecc15
Reorganized global functions: The file "Global.h" was split into multiple file in order to reduce the dependencies and to make things a bit more logic.
17 files changed:
LameXP_VS2013.vcxproj
LameXP_VS2013.vcxproj.filters
etc/Translation/Blank.ts
etc/Translation/LameXP_PL.ts
etc/Translation/LameXP_SV.ts
src/Config.h
src/Global.h
src/Global_EntryPoint.cpp [new file with mode: 0644]
src/Global_IPC.cpp [new file with mode: 0644]
src/Global_Tools.cpp [new file with mode: 0644]
src/Global_Utils.cpp [new file with mode: 0644]
src/Global_Version.cpp [new file with mode: 0644]
src/Global_Win32.cpp [moved from src/Global.cpp with 56% similarity]
src/JobObject.cpp
src/JobObject.h
src/Main.cpp
src/Thread_Initialization.cpp