micromenu/inc/gfx/font.h

17 lines
172 B
C
Raw Normal View History

2018-11-01 18:39:19 +00:00
//
// 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