Fixed include path for SDL_ttf (would not work on SDL2)
This commit is contained in:
parent
f046e3d651
commit
23942741c6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <guisan.hpp>
|
||||
#include <SDL/SDL_ttf.h>
|
||||
#include <SDL_ttf.h>
|
||||
#include <guisan/sdl.hpp>
|
||||
#include <guisan/sdl/sdltruetypefont.hpp>
|
||||
#include "SelectorEntry.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue