Fix TLang.h maybe

This commit is contained in:
Mike Nolan 2023-05-10 07:52:06 -05:00
parent 9f52fd973d
commit 84d0724fd9
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,14 @@
#if defined(GEKKO)
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <SDL/SDL_ttf.h>
#else
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_ttf.h>
#endif
#include "tlang.h"
#include "FreeMonoBold.h"