1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-02 22:14:37 +00:00

build: add option to use system FTGL

This commit is contained in:
Jan Beich 2015-09-17 22:55:50 +00:00
parent b86133f3e9
commit 5e64e66714
3 changed files with 48 additions and 2 deletions

View file

@ -24,11 +24,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "Base.h"
#include "BaseText.h"
#ifdef AQUARIA_INTERNAL_FTGL
#include <ft2build.h>
#include FT_FREETYPE_H
#include "FTGL.h"
#include "FTGLTextureFont.h"
#else
#include <FTGL/ftgl.h>
#endif
struct TTFFont
{