Renamed bgfxdefines.h to defines.h, and bgfxplatform.h to platform.h.

This commit is contained in:
Branimir Karadžić
2016-12-05 19:52:01 -08:00
parent f9bc9d560f
commit 8da9e54957
17 changed files with 14 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
#include "bgfx_p.h"
#if BX_PLATFORM_NACL && (BGFX_CONFIG_RENDERER_OPENGLES || BGFX_CONFIG_RENDERER_OPENGL)
# include <bgfx/bgfxplatform.h>
# include <bgfx/platform.h>
# include "renderer_gl.h"
namespace bgfx { namespace gl