20: error: expected type-specifier before 'TTF_Font'
23: error: 'TTF_Font' does not name a type
Before making this header I had no problem with using TTF_Font. As you can see the header is included, its directory is listed in Code::Blocks global search directories and I checked the include guards and they don't conflict with SDL_ttf.h
I'm at a loss, especially because it workd before... any idea on possible causes?
Well, this is embarrassing but turns out it was probably due to me having SDL both in the project and the compiler directories plus having moved the main headers outside of the standard SDL folder. When I made the wrappers I moved back the project's SDL headers inside their original folder, but not the compiler's and I suppose that caused the issue