diff --git a/src/sys/graphics/objfont.cpp b/src/sys/graphics/objfont.cpp index ec36bff..b454d7c 100755 --- a/src/sys/graphics/objfont.cpp +++ b/src/sys/graphics/objfont.cpp @@ -2,8 +2,6 @@ #include "objgfx30.h" #include #include -#include -#include TFont::TFont(TGfx0* buffer) { Buf = buffer; diff --git a/src/sys/graphics/objgfx30.h b/src/sys/graphics/objgfx30.h index 4a3e83c..0296a3b 100755 --- a/src/sys/graphics/objgfx30.h +++ b/src/sys/graphics/objgfx30.h @@ -5,6 +5,14 @@ #ifndef OBJGFX30_H #define OBJGFX30_H +#ifndef TRUE + #define TRUE 1 +#endif + +#ifndef FALSE + #define FALSE 0 +#endif + #define gm320x200x256 0x13 #define gm640x480x256 0x101 #define gm800x600x256 0x103