micromenu/inc/gfx/font.h
2018-11-01 19:39:19 +01:00

16 lines
172 B
C++

//
// 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