view nuklear_ui/font.h @ 2017:8e7b06ade815

Prevent user from getting stuck in directories they don't have permission to read in ROM browser
author Michael Pavone <pavone@retrodev.com>
date Sat, 07 Nov 2020 18:27:34 -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_