Moving bounds from bgfx to bx.

This commit is contained in:
Бранимир Караџић
2021-10-16 10:22:47 -07:00
parent ffeba57b8a
commit c5d1a1a8e3
19 changed files with 165 additions and 2901 deletions

View File

@@ -3,14 +3,13 @@
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include <bx/allocator.h>
#include <bx/debug.h>
#include <bx/math.h>
#include "common.h"
#include "bgfx_utils.h"
#include "imgui/imgui.h"
#include "camera.h"
#include "bounds.h"
#include <bx/allocator.h>
#include <bx/debug.h>
#include <bx/math.h>
namespace
{