added memory allocator
[winnie] / src / text.h
index 55869e0..a6a1db5 100644 (file)
@@ -2,6 +2,7 @@
 #define TEXT_H_
 
 bool init_text();
+void destroy_text();
 
 void draw_text(const char *txt, Pixmap *pixmap = 0);
 void set_text_position(int x, int y);