diff options
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp index cd92ef9..32c1fd0 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -14,6 +14,8 @@ #include <map> #include "weapon.hpp" +#define MINION_SPEED 2.1f + class Entity { public: int hp; |