This commit is contained in:
Branimir Karadžić 2017-02-13 23:19:08 -08:00
parent 53f8ba0920
commit 42a01f6f1a
3 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@
#include <iconfontheaders/icons_font_awesome.h>
#include <iconfontheaders/icons_kenney.h>
#include <stdio.h>
#include <wchar.h>
TrueTypeHandle loadTtf(FontManager* _fm, const char* _filePath)

View File

@ -3,9 +3,6 @@
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include <stdint.h>
#include <stdlib.h> // size_t
#include <bx/allocator.h>
#include <bx/hash.h>
#include <bx/commandline.h>

View File

@ -26,7 +26,6 @@ BX_PRAGMA_DIAGNOSTIC_POP();
#include "../common.h"
#include <bgfx/bgfx.h>
#include <math.h>
#if USE_EDTAA3
# include <edtaa3/edtaa3func.cpp>