0ad/source/pch/atlas/precompiled.h
Ykkrosh 3f017c418c Removed some header files from header files.
Changed SoundGroupTable to use the right string type for the comparison.
Also changed from CStr8 to CStr because I prefer that spelling (and it's
more consistent with most other code).

This was SVN commit r4771.
2007-01-13 22:44:42 +00:00

11 lines
196 B
C

#include "lib/precompiled.h" // common precompiled header
// Atlas-specific PCH:
#if HAVE_PCH
#include "tools/atlas/GameInterface/Messages.h"
#include "ps/CStr.h"
#endif // HAVE_PCH