diff options
Diffstat (limited to '')
-rw-r--r-- | src/entity.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 9f3b35f..69bec00 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -1,3 +1,11 @@ +/*********************************/ +/* THRESHOLD ( // */ +/* entity ( )/ */ +/* by salade )(/ */ +/* ________________ ( /) */ +/* ()__)____________))))) :^} */ +/*********************************/ + #include "entity.hpp" Entity::Entity(void) : hp(1) |