diff options
Diffstat (limited to '3rdparty/bx/src/amalgamated.cpp')
-rw-r--r-- | 3rdparty/bx/src/amalgamated.cpp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/3rdparty/bx/src/amalgamated.cpp b/3rdparty/bx/src/amalgamated.cpp index 1aeb2bb906d..7eaf04a58aa 100644 --- a/3rdparty/bx/src/amalgamated.cpp +++ b/3rdparty/bx/src/amalgamated.cpp @@ -3,17 +3,24 @@ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ +#include "allocator.cpp" #include "bx.cpp" #include "commandline.cpp" -#include "crtimpl.cpp" #include "crtnone.cpp" #include "debug.cpp" #include "dtoa.cpp" -#include "fpumath.cpp" +#include "easing.cpp" +#include "file.cpp" +#include "filepath.cpp" +#include "hash.cpp" +#include "math.cpp" #include "mutex.cpp" #include "os.cpp" +#include "process.cpp" #include "semaphore.cpp" +#include "settings.cpp" #include "sort.cpp" #include "string.cpp" #include "thread.cpp" #include "timer.cpp" +#include "url.cpp" |