mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10316] Make gcc happy once more...
This commit is contained in:
parent
d31ce2e2a3
commit
9648f4e1d9
2 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
#include "SharedDefines.h"
|
#include "SharedDefines.h"
|
||||||
|
|
||||||
|
class AreaTrigger;
|
||||||
class ChatHandler;
|
class ChatHandler;
|
||||||
class WorldSession;
|
class WorldSession;
|
||||||
class Creature;
|
class Creature;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10315"
|
#define REVISION_NR "10316"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue