diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-19 10:46:12 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-19 10:46:12 -0400 |
commit | aff1681f6638f591e2c8281f63847550115a2a19 (patch) | |
tree | 38129164ccbe54f271a399e799a8492aa3049c38 /include/entities.hpp | |
parent | 0964a086ccfe2ba18b8e40d0199bdaf80841f344 (diff) |
CATATATATATATATTTTT (basic entities)
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 49598bd..95cbff7 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -517,6 +517,7 @@ public: void receive(const KeyUpEvent &kue); }; +void entityxTest(); #endif // ENTITIES_H |