mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +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:
@@ -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) );
|
||||
|
||||
Reference in New Issue
Block a user