I don't know why I put this here

This commit is contained in:
LIghty 2018-03-21 15:42:25 +01:00
parent 559eba48b4
commit 95ffe8bead

View File

@ -1,10 +1,6 @@
#include "common.hpp"
namespace fonts {
template<typename T>
constexpr T _clamp(T _min, T _max, T _val) {
return ((_val > _max) ? _max : ((_val < _min) ? _min : _val));
}
unsigned long ESP = 0;
unsigned long MENU = 0;
unsigned long MENU_BIG = 0;