summaryrefslogtreecommitdiff
path: root/src/creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.h')
-rw-r--r--src/creature.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/creature.h b/src/creature.h
deleted file mode 100644
index 5f5bb8d..0000000
--- a/src/creature.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef creature_h
-#define creature_h
-
-#include "entity.h"
-
-class Creature: public Entity
-{
- public:
- Creature(Window m, std::string s);
-};
-
-#endif