Move HUD_MESSAGE_LENGTH to hud.cpp

This commit is contained in:
Kp 2016-07-09 17:58:35 +00:00
parent e8d5992797
commit 2713baf5d3
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@
#ifdef __cplusplus #ifdef __cplusplus
#define HUD_MESSAGE_LENGTH 150
#define HUD_MAX_NUM_DISP 4 #define HUD_MAX_NUM_DISP 4
#define HUD_MAX_NUM_STOR 20 #define HUD_MAX_NUM_STOR 20

View file

@ -39,6 +39,7 @@
#include "countarray.h" #include "countarray.h"
namespace { namespace {
constexpr unsigned HUD_MESSAGE_LENGTH = 150;
struct hudmsg struct hudmsg
{ {