12 lines
127 B
C++
12 lines
127 B
C++
//
|
|
// Created by jedi on 11/2/18.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "gfx/Font.h"
|
|
|
|
namespace micromenu {
|
|
extern Font basic_5x4;
|
|
}
|
|
|