view nuklear_ui/font.h @ 2057:88deea42caf0 segacd

Fix a bunch of stuff to pass more mcd-verificator tests
author Michael Pavone <pavone@retrodev.com>
date Thu, 20 Jan 2022 00:56:46 -0800
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_