mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-10 04:28:24 +00:00
Fix include paths. (#3849)
This commit is contained in:
committed by
GitHub
parent
ce18bdb6c6
commit
f0ff45697b
@@ -6,6 +6,7 @@
|
||||
#include <bx/allocator.h>
|
||||
#include <bx/filepath.h>
|
||||
#include <bx/string.h>
|
||||
#include <bx/scanner.h>
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/process.h>
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <bx/allocator.h>
|
||||
#include <bx/filepath.h>
|
||||
#include <bx/string.h>
|
||||
#include <bx/scanner.h>
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/process.h>
|
||||
#include <bx/semaphore.h>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#if (BGFX_CONFIG_RENDERER_OPENGLES || BGFX_CONFIG_RENDERER_OPENGL)
|
||||
# include "renderer_gl.h"
|
||||
# include <bx/timer.h>
|
||||
# include <bx/scanner.h>
|
||||
# include "emscripten.h"
|
||||
|
||||
namespace bgfx { namespace gl
|
||||
|
||||
@@ -72,6 +72,7 @@ namespace bgfx
|
||||
#include <bx/commandline.h>
|
||||
#include <bx/endian.h>
|
||||
#include <bx/string.h>
|
||||
#include <bx/scanner.h>
|
||||
#include <bx/hash.h>
|
||||
#include <bx/file.h>
|
||||
#include "../../src/vertexlayout.h"
|
||||
|
||||
Reference in New Issue
Block a user