This website requires JavaScript.
Explore
Help
Sign in
dhewm
/
dhewm3
Watch
0
Star
0
Fork
You've already forked dhewm3
0
mirror of
https://github.com/dhewm/dhewm3.git
synced
2024-11-30 16:11:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
79aea4082f
dhewm3
/
neo
/
sys
/
osx
/
macosx_guids.cpp
6 lines
74 B
C++
Raw
Normal View
History
Unescape
Escape
Untangle the epic precompiled.h mess Don't include the lazy precompiled.h everywhere, only what's required for the compilation unit. platform.h needs to be included instead to provide all essential defines and types. All includes use the relative path to the neo or the game specific root. Move all idlib related includes from idlib/Lib.h to precompiled.h. precompiled.h still exists for the MFC stuff in tools/. Add some missing header guards.
2011-12-16 22:28:29 +00:00
#
include
"sys/platform.h"
hello world
2011-11-22 21:28:15 +00:00
#
define INITGUID
Untangle the epic precompiled.h mess Don't include the lazy precompiled.h everywhere, only what's required for the compilation unit. platform.h needs to be included instead to provide all essential defines and types. All includes use the relative path to the neo or the game specific root. Move all idlib related includes from idlib/Lib.h to precompiled.h. precompiled.h still exists for the MFC stuff in tools/. Add some missing header guards.
2011-12-16 22:28:29 +00:00
#
include
"sound/snd_local.h"
Reference in a new issue
Copy permalink