N64FlashcartMenu
Loading...
Searching...
No Matches
fonts.h
Go to the documentation of this file.
1
7#ifndef FONTS_H__
8#define FONTS_H__
9
10
11typedef enum {
12 FNT_DEFAULT = 1,
13} menu_font_type_t;
14
15typedef enum {
16 STL_DEFAULT = 0,
17 STL_DIRECTORY,
18 STL_SAVE,
19 STL_MEDIA,
20 STL_UNKNOWN,
21} menu_font_style_t;
22
23
24void fonts_init (void);
25
26
27#endif