This commit is contained in:
Branimir Karadžić 2017-02-15 22:24:49 -08:00
Родитель 0838dad5ab
Коммит 61be03a1d3
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -9,11 +9,13 @@
#include <bgfx/platform.h>
#include <bx/uint32_t.h>
#include <bx/thread.h>
#include <bx/mutex.h>
#include <bx/handlealloc.h>
#include <bx/os.h>
#include <bx/thread.h>
#include <bx/timer.h>
#include <bx/uint32_t.h>
#include <tinystl/allocator.h>
#include <tinystl/string.h>

Просмотреть файл

@ -20,6 +20,8 @@
#endif // BGFX_CONFIG_PROFILER_REMOTERY_BUILD_LIB
#include <bx/crtimpl.h>
#include <bx/mutex.h>
#include "topology.h"
BX_ERROR_RESULT(BGFX_ERROR_TEXTURE_VALIDATION, BX_MAKEFOURCC('b', 'g', 0, 1) );