Mercurial > repos > blastem
view nuklear_ui/font.h @ 1629:079e5b9d59ce
Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 01 Nov 2018 20:14:56 -0700 |
parents | 4f6e8acd7b6a |
children |
line wrap: on
line source
#ifndef FONT_H_ #define FONT_H_ uint8_t *default_font(uint32_t *size_out); #endif //FONT_H_