diff options
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp index 7cf90b2..1ef2afa 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -77,6 +77,8 @@ struct Font { class TextSystem : public entityx::System<TextSystem> { public: + ~TextSystem(void); + /** * Prepares the system for running. */ |