@@ -3,6 +3,7 @@
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
+#include "bx_p.h"
#include <bx/allocator.h>
#include <malloc.h>
#include <bx/debug.h>
#include <bx/readerwriter.h>
#include <bx/commandline.h>
#include <bx/string.h>
#include <bx/sort.h>
#include <bx/string.h> // isPrint
#include <bx/readerwriter.h> // WriterI
#include <bx/cpu.h>
#include <bx/math.h>
#include <bx/easing.h>
namespace bx
#include <bx/file.h>
#include <stdio.h>
#include <bx/os.h>
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
#include <bx/hash.h>
@@ -3,7 +3,9 @@
+
#include <math.h>
#include <bx/mutex.h>
#if BX_CONFIG_SUPPORTS_THREADING
#include <bx/uint32_t.h>
#include <bx/process.h>
#include <bx/settings.h>
namespace
#include <bx/thread.h>
#if BX_PLATFORM_ANDROID \
#include <bx/timer.h>
#if BX_PLATFORM_ANDROID
* License: https://github.com/bkaradzic/bnet#license-bsd-2-clause
#include <bx/url.h>