[11171] Fix build without PCH

This commit is contained in:
Lynx3d 2011-02-15 13:39:09 +01:00
parent 2ba3fe7114
commit 1b43c37c77
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@
class Creature;
class GameObject;
class MapPersistentState;
struct GameEventData
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11170"
#define REVISION_NR "11171"
#endif // __REVISION_NR_H__