forked from mirrors/0ad
a553182f6a
This was SVN commit r3993.
13 lines
252 B
C
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
|