diff options
Diffstat (limited to 'src/client/font.h')
| -rwxr-xr-x | src/client/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/font.h b/src/client/font.h index 50b1494..f938b3b 100755 --- a/src/client/font.h +++ b/src/client/font.h @@ -5,7 +5,7 @@ #include <SDL_ttf.h> #include <assert.h> -#include "base/main.h" +#include "main.h" #define COLOR_WHITE 255, 255, 255 #define COLOR_BLACK 0, 0, 0 |