Merged default into lightmap_optimizer_port_to_linux

This commit is contained in:
liria 2014-01-25 13:52:12 +01:00
parent 0319100e67
commit 4087c8d559

View file

@ -29,7 +29,7 @@ using namespace std;
#ifndef NL_DONT_USE_EXTERNAL_CODE #ifndef NL_DONT_USE_EXTERNAL_CODE
#include <freetype/freetype.h> #include <freetype.h>
// for freetype 2.0 // for freetype 2.0
#ifdef FTERRORS_H #ifdef FTERRORS_H
@ -51,7 +51,7 @@ int err_code;
const char* err_msg; const char* err_msg;
} ft_errors[] = } ft_errors[] =
#include <freetype/fterrors.h> #include <fterrors.h>
using namespace NLMISC; using namespace NLMISC;