Remove requirement for the includes at all
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Failing after 1m52s
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Failing after 1m52s
This commit is contained in:
parent
a275c602bd
commit
e56b3bd29c
@ -41,12 +41,13 @@ All rights reserved.
|
||||
#include "olcUTIL_Geometry2D.h"
|
||||
#include "olcPixelGameEngine.h"
|
||||
|
||||
#ifndef UNIT_TESTING
|
||||
#ifdef WIN32
|
||||
#include <ft2build.h>
|
||||
#pragma comment(lib, "freetype.lib")
|
||||
#else
|
||||
#ifdef OLC_PGE_HEADLESS
|
||||
#include "ft2build.h"
|
||||
#include <ft2build.h>
|
||||
#else
|
||||
#include <freetype2/ft2build.h>
|
||||
#endif
|
||||
@ -58,7 +59,6 @@ All rights reserved.
|
||||
#include <vector>
|
||||
#include "Error.h"
|
||||
|
||||
#ifndef UNIT_TESTING
|
||||
#include FT_FREETYPE_H
|
||||
#include FT_GLYPH_H
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user