diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-10 20:29:08 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-10 20:29:08 -0500 |
commit | c6651145a4a6e6611b585c1a87c127f38751db4b (patch) | |
tree | dec1526556b612cc1a617ea1c2a80cd6f094c628 /include/components.hpp | |
parent | fbd59263b52a42f85453ae918f8d2ab5817bd470 (diff) |
fixes, bug finds
Diffstat (limited to 'include/components.hpp')
-rw-r--r-- | include/components.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/components.hpp b/include/components.hpp index 8e245a7..805e8b2 100644 --- a/include/components.hpp +++ b/include/components.hpp @@ -269,11 +269,6 @@ struct Animate { } }; -//TODO -struct Input { - -}; - /** * @struct Visible * @brief If an entity is visible we want to be able to draw it. |