Blame demo/src/font.h

b9c036
#ifndef FONT_H
b9c036
#define FONT_H
b9c036
b9c036
b9c036
void fontInit();
b9c036
void fontDraw();
b9c036
b9c036
b9c036
#endif
b9c036