summaryrefslogtreecommitdiff
path: root/src/game-server/component.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/component.h')
-rw-r--r--src/game-server/component.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/component.h b/src/game-server/component.h
index 974cad0c..45fe742e 100644
--- a/src/game-server/component.h
+++ b/src/game-server/component.h
@@ -25,6 +25,7 @@ class Entity;
enum ComponentType
{
+ CT_Character,
CT_Effect,
CT_Fighting,
CT_Item,