1
0
forked from 0ad/0ad
0ad/source/pch/atlas/precompiled.h
Ykkrosh a553182f6a More header-file rejigging.
This was SVN commit r3993.
2006-06-09 18:32:00 +00:00

13 lines
252 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"
#include "ps/Errors.h"
#include "graphics/GameView.h"
#endif // HAVE_PCH