Moved public header files into bgfx subdirectory.

This commit is contained in:
Branimir Karadžić
2015-09-18 20:16:24 -07:00
parent d885f32a50
commit 2bbfe7e5d3
43 changed files with 43 additions and 43 deletions

View File

@@ -11,7 +11,7 @@
#define XK_LATIN1
#include <X11/keysymdef.h>
#include <X11/Xlib.h> // will include X11 which #defines None... Don't mess with order of includes.
#include <bgfxplatform.h>
#include <bgfx/bgfxplatform.h>
#undef None
#include <bx/thread.h>