aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-10-08 03:03:16 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-10-08 03:03:16 -0400
commita422f32613441b5313e4a3bb0fab61f8cb87914c (patch)
tree0a6c8f17e6a8df0b6c377813fa700064f68ced93 /src/text.hpp
parent5f53889d4357d8dba6e726ed38358eca96dbeb47 (diff)
parent5b1c22529a946a782a8376de2b34c28348d078d1 (diff)
Using polymorphism for world layer storage now, and added demo backdrops
Diffstat (limited to 'src/text.hpp')
-rw-r--r--src/text.hpp2
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.
*/