mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8707] fixed linuxbuild
This commit is contained in:
parent
3860ec2427
commit
f1800cf05a
2 changed files with 2 additions and 3 deletions
|
|
@ -30,15 +30,14 @@
|
||||||
#include "GridDefines.h"
|
#include "GridDefines.h"
|
||||||
#include "Object.h"
|
#include "Object.h"
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
|
#include "Corpse.h"
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
class Creature;
|
class Creature;
|
||||||
class Corpse;
|
|
||||||
class Unit;
|
class Unit;
|
||||||
class GameObject;
|
class GameObject;
|
||||||
class DynamicObject;
|
|
||||||
class Vehicle;
|
class Vehicle;
|
||||||
class WorldObject;
|
class WorldObject;
|
||||||
class Map;
|
class Map;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8706"
|
#define REVISION_NR "8707"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue