mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Renamed AppPath() for GetProcessPath()
Renamed GetNumCPUs() for GetCPUCount() GetProcessPath() Added Haiku, BSD and Solaris implementations. Added GetOSName() Added GetOSArchitecture() Changed some SOIL_load_image calls for stbi_load ( avoid depending in SOIL when isn't needed ). Fixed a bug on cWindow::mFrameData, the structure values werent initialized and in some rare case scenario this provoked a crash.
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
<Unit filename="src/base/memorymanager.cpp" />
|
||||
<Unit filename="src/base/memorymanager.hpp" />
|
||||
<Unit filename="src/base/stlcontainers.hpp" />
|
||||
<Unit filename="src/base/string.cpp" />
|
||||
<Unit filename="src/base/string.hpp" />
|
||||
<Unit filename="src/base/utf.hpp" />
|
||||
<Unit filename="src/ee.h" />
|
||||
<Unit filename="src/gaming/base.hpp" />
|
||||
<Unit filename="src/gaming/cisomap.cpp" />
|
||||
@@ -669,7 +672,8 @@
|
||||
<Unit filename="src/system/tcontainer.hpp" />
|
||||
<Unit filename="src/system/tresourcemanager.hpp" />
|
||||
<Unit filename="src/system/tsingleton.hpp" />
|
||||
<Unit filename="src/test/ee.cpp" />
|
||||
<Unit filename="src/test/eetest.cpp" />
|
||||
<Unit filename="src/test/eetest.hpp" />
|
||||
<Unit filename="src/ui/base.hpp" />
|
||||
<Unit filename="src/ui/cuibackground.cpp" />
|
||||
<Unit filename="src/ui/cuibackground.hpp" />
|
||||
|
||||
Reference in New Issue
Block a user