From baa7977e0e325e92c700c47b4adea9082749f1d7 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 2 May 2015 22:45:16 -0500 Subject: renamed so atom detects it is a cpp file :x --- inc/creature.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 inc/creature.h (limited to 'inc/creature.h') diff --git a/inc/creature.h b/inc/creature.h deleted file mode 100644 index eef0d03..0000000 --- a/inc/creature.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef creature_h -#define creature_h - -#include "entity.h" - -class Creature: public Entity -{ - public: - Creature(Window m, std::string s); - void Behavior(); - void Action(); - private: - int xT; - int yT; -}; - -#endif -- cgit v1.2.3