mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merged default into lightmap_optimizer_port_to_linux
--HG-- branch : lightmap_optimizer_port_to_linux
This commit is contained in:
commit
a6d9521ae6
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ using namespace std;
|
|||
|
||||
#ifndef NL_DONT_USE_EXTERNAL_CODE
|
||||
|
||||
#include <freetype/freetype.h>
|
||||
#include <freetype.h>
|
||||
|
||||
// for freetype 2.0
|
||||
#ifdef FTERRORS_H
|
||||
|
@ -51,7 +51,7 @@ int err_code;
|
|||
const char* err_msg;
|
||||
} ft_errors[] =
|
||||
|
||||
#include <freetype/fterrors.h>
|
||||
#include <fterrors.h>
|
||||
|
||||
using namespace NLMISC;
|
||||
|
||||
|
|
Loading…
Reference in a new issue