aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-04-24 18:43:14 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-04-24 18:43:14 -0400
commit3fb5e6b1eca24e536f8ab1130a7e4bd9c418fa41 (patch)
treef996d33b2dfe958e369df3c6fff567e933e29276 /src/text.hpp
parent52cfc041425a80ffd7ec63b3aaa94289ec61a977 (diff)
parent5b1c22529a946a782a8376de2b34c28348d078d1 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev2 into audio
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.
*/