Fix some memory leaks

This commit is contained in:
Thomas Bernard
2018-02-10 18:23:08 +01:00
parent 61a1c6e39e
commit 48a8a79746
3 changed files with 31 additions and 1 deletions

View File

@@ -27,6 +27,8 @@
/// Initialization of text settings, needs to be called once on program startup.
void Init_text(void);
/// text settings cleanup. called on program shutdown
void Uninit_text(void);
/// Returns true if text.c was compiled with TrueType support.
int TrueType_is_supported(void);
/// Add a new font to the list to propose to the user.