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:
Branimir Karadžić
2015-09-18 20:16:24 -07:00
parent d885f32a50
commit d1f99896ec
43 changed files with 43 additions and 43 deletions

View File

@@ -3217,8 +3217,8 @@ again:
}
} // namespace bgfx
#include <bgfx.c99.h>
#include <bgfxplatform.c99.h>
#include <bgfx/c99/bgfx.h>
#include <bgfx/c99/bgfxplatform.h>
BX_STATIC_ASSERT(bgfx::Fatal::Count == bgfx::Fatal::Enum(BGFX_FATAL_COUNT) );
BX_STATIC_ASSERT(bgfx::RendererType::Count == bgfx::RendererType::Enum(BGFX_RENDERER_TYPE_COUNT) );