I'm trying to use TTF for the games I want to develop, I'm fairly new to this so I would thank you a lot if you could answer a question for me:
After I followed the installation instructions correctly (at least I hope i did) I tried to compile my project including TTF, but I wasn't able, an error showed telling me that the compiler couldn't find "SDL.h", what shoul I do? I'm using codeblocks if that helps and this is my compiler line:
g++ -o bin/Debug/tuctactoe obj/Debug/game.o obj/Debug/main.o -lGL -lGLEW -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL
Hope you can answer my question.