diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-25 12:01:49 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-25 12:01:49 -0700 |
commit | a5d5c017589945008024f111c06894f5724d6c3b (patch) | |
tree | a06db423e81d53aee66cfa0b0ca366bd57d71dc8 /nuklear_ui/font.h | |
parent | 15af9462392967b6adf7ba6ff4f7ff778cf10eb3 (diff) | |
parent | b6feecb6c12566e9ea826cb67701008f9e423eea (diff) |
Merged nuklear_ui into default
Diffstat (limited to 'nuklear_ui/font.h')
-rw-r--r-- | nuklear_ui/font.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nuklear_ui/font.h b/nuklear_ui/font.h new file mode 100644 index 0000000..f74480b --- /dev/null +++ b/nuklear_ui/font.h @@ -0,0 +1,6 @@ +#ifndef FONT_H_ +#define FONT_H_ + +uint8_t *default_font(uint32_t *size_out); + +#endif //FONT_H_ |