mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Moved public header files into bgfx subdirectory.
grep -rl '<bgfx.h>' . | xargs sed -i 's@<bgfx.h>@<bgfx/bgfx.h>@g'
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "bgfx_p.h"
|
||||
|
||||
#if BX_PLATFORM_NACL && (BGFX_CONFIG_RENDERER_OPENGLES || BGFX_CONFIG_RENDERER_OPENGL)
|
||||
# include <bgfxplatform.h>
|
||||
# include <bgfx/bgfxplatform.h>
|
||||
# include "renderer_gl.h"
|
||||
|
||||
namespace bgfx { namespace gl
|
||||
|
||||
Reference in New Issue
Block a user