refactor naming
This commit is contained in:
parent
e0181cc3e8
commit
24d6e756ee
30 changed files with 569 additions and 534 deletions
|
|
@ -2,11 +2,11 @@
|
|||
// Created by jedi on 11/2/18.
|
||||
//
|
||||
|
||||
#ifndef MGL_DMXMENU_BASIC_5X4_H
|
||||
#define MGL_DMXMENU_BASIC_5X4_H
|
||||
#pragma once
|
||||
|
||||
#include "gfx/font.h"
|
||||
#include "gfx/Font.h"
|
||||
|
||||
extern font basic_5x4;
|
||||
namespace micromenu {
|
||||
extern Font basic_5x4;
|
||||
}
|
||||
|
||||
#endif //MGL_DMXMENU_BASIC_5X4_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue