summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/src/amalgamated.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2017-12-01 13:22:27 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2017-12-01 13:22:27 +0100
commit39176274946d70ff520f265dee8fbd16d5fe0000 (patch)
tree318801d93146752050c9a492654ae3738820e3b9 /3rdparty/bx/src/amalgamated.cpp
parent6829ecb3b037d6bfbe0b84e818d17d712f71bce6 (diff)
Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
Diffstat (limited to '3rdparty/bx/src/amalgamated.cpp')
-rw-r--r--3rdparty/bx/src/amalgamated.cpp11
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"