summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h
index c8da2d97c..afa023068 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -23,12 +23,10 @@
#ifndef BEING_BEING_H
#define BEING_BEING_H
-#include "equipment.h"
+//#include "equipment.h"
#include "resources/beinginfo.h"
-#include "gui/base/color.hpp"
-
#include <map>
#include "localconsts.h"
@@ -45,6 +43,7 @@ static const int DEFAULT_BEING_HEIGHT = 32;
class AnimatedSprite;
class BeingCacheEntry;
+class Equipment;
class FlashText;
class Guild;
class ItemInfo;
@@ -55,6 +54,11 @@ class Text;
struct ParticleInfo;
+namespace gcn
+{
+ class Color;
+}
+
extern volatile int cur_time;
enum Gender