16 lines
172 B
C++
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
|