mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10274] Make gcc happy after last commits. Restore Unix build.
This commit is contained in:
parent
6a4cae890e
commit
6244d992ef
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
class Player;
|
class Player;
|
||||||
class Spell;
|
class Spell;
|
||||||
|
struct CreatureInfo;
|
||||||
struct SpellModifier;
|
struct SpellModifier;
|
||||||
|
|
||||||
// only used in code
|
// only used in code
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10273"
|
#define REVISION_NR "10274"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue