summaryrefslogtreecommitdiff
path: root/src/textcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textcommand.h')
-rw-r--r--src/textcommand.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/textcommand.h b/src/textcommand.h
index d09a1b9be..cf7df586a 100644
--- a/src/textcommand.h
+++ b/src/textcommand.h
@@ -25,6 +25,7 @@
#include "enums/commandtarget.h"
#include "enums/magicschool.h"
+#include "enums/textcommandtype.h"
#include <string>
@@ -34,12 +35,6 @@ const unsigned int MAGIC_START_ID = 340;
class Image;
-enum TextCommandType
-{
- TEXT_COMMAND_MAGIC = 0,
- TEXT_COMMAND_TEXT = 1
-};
-
/**
* Represents one or more instances of a certain item type.
*/