refactor naming

This commit is contained in:
j3d1 2021-02-24 20:37:27 +01:00
parent e0181cc3e8
commit 24d6e756ee
30 changed files with 569 additions and 534 deletions

View file

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