13 lines
183 B
C
13 lines
183 B
C
|
//
|
||
|
// Created by jedi on 11/2/18.
|
||
|
//
|
||
|
|
||
|
#ifndef MGL_DMXMENU_BASIC_5X4_H
|
||
|
#define MGL_DMXMENU_BASIC_5X4_H
|
||
|
|
||
|
#include "gfx/font.h"
|
||
|
|
||
|
extern font basic_5x4;
|
||
|
|
||
|
#endif //MGL_DMXMENU_BASIC_5X4_H
|