Fix TLang.h maybe
This commit is contained in:
parent
9f52fd973d
commit
84d0724fd9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue