view nuklear_ui/font.h @ 1488:f29bd94ffa76 nuklear_ui

Don't crash when keys are pressed before ROM is loaded
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Nov 2017 20:19:36 -0800
parents c5c022c7aa54
children 4f6e8acd7b6a
line wrap: on
line source

#ifndef FONT_H_
#define FONT_H_

char *default_font_path(void);

#endif //FONT_H_