add 5x4 Font
This commit is contained in:
parent
987aa92a23
commit
1009d689bc
15 changed files with 346 additions and 25 deletions
16
inc/gfx/font.h
Normal file
16
inc/gfx/font.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// Created by jedi on 11/1/18.
|
||||
//
|
||||
|
||||
#ifndef MGL_DMXMENU_FONT_H
|
||||
#define MGL_DMXMENU_FONT_H
|
||||
|
||||
|
||||
|
||||
class font {
|
||||
|
||||
};
|
||||
|
||||
extern bool testFont[32][20];
|
||||
|
||||
#endif //MGL_DMXMENU_FONT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue