mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed build.
This commit is contained in:
@@ -47,15 +47,14 @@ namespace stl = tinystl;
|
||||
#endif // 0
|
||||
|
||||
#include <bx/bx.h>
|
||||
#include <bx/debug.h>
|
||||
#include <bx/bounds.h>
|
||||
#include <bx/commandline.h>
|
||||
#include <bx/timer.h>
|
||||
#include <bx/hash.h>
|
||||
#include <bx/uint32_t.h>
|
||||
#include <bx/math.h>
|
||||
#include <bx/debug.h>
|
||||
#include <bx/file.h>
|
||||
|
||||
#include "bounds.h"
|
||||
#include <bx/hash.h>
|
||||
#include <bx/math.h>
|
||||
#include <bx/timer.h>
|
||||
#include <bx/uint32_t.h>
|
||||
|
||||
typedef stl::vector<bx::Vec3> Vec3Array;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user