mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 03:07:11 +00:00
[client] fix SDL_ttf.h include path.
This commit is contained in:
parent
ead48195db
commit
67bdf2ba97
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <SDL_ttf.h>
|
#include <SDL2/SDL_ttf.h>
|
||||||
|
|
||||||
#define IS_LG_RENDERER_VALID(x) \
|
#define IS_LG_RENDERER_VALID(x) \
|
||||||
((x)->get_name && \
|
((x)->get_name && \
|
||||||
|
|
Loading…
Reference in a new issue