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:
parent
d885f32a50
commit
d1f99896ec
43 changed files with 43 additions and 43 deletions
examples/common
|
@ -12,7 +12,7 @@
|
|||
#include <tinystl/string.h>
|
||||
namespace stl = tinystl;
|
||||
|
||||
#include <bgfx.h>
|
||||
#include <bgfx/bgfx.h>
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/fpumath.h>
|
||||
#include <bx/string.h>
|
||||
|
|
Reference in a new issue