comparison nuklear_ui/font.h @ 1474:c5c022c7aa54 nuklear_ui

Initial work on Nuklear-based UI
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Nov 2017 19:07:43 -0800
parents
children 4f6e8acd7b6a
comparison
equal deleted inserted replaced
1473:152a60c6787e 1474:c5c022c7aa54
1 #ifndef FONT_H_
2 #define FONT_H_
3
4 char *default_font_path(void);
5
6 #endif //FONT_H_