
#include "fontcode.h"


TXTCEL_T *add_text_cel(char *string, SI x, SI y);
void delete_text_cel(TXTCEL_T *tCel);
void render_tcels(void);

