Mercurial > repos > blastem
view nuklear_ui/font.h @ 2340:b9cd3c64652d
Slightly more correct implementation of MED extended Sega mapper so s2built debug build doesn't hang
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 04 Sep 2023 20:54:27 -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_