DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

Hide third party header files from exported indielib headerfiles #141

Open M-F-K opened 10 years ago

M-F-K commented 10 years ago

User should NOT have to include third party header files / libraries in their compile setup.

This is currently a problem regarding the Spriter, TILED (TMX) and TrueType header files.

M-F-K commented 10 years ago

True type issue is probably fixed now, - have not got around to test it.

M-F-K commented 10 years ago

Spriter is not a problem,- so currently there is only TMX left ( the #include "dependencies/TmxParser/Tmx.h" in IND_TmxMap.h).