diff options
Diffstat (limited to '3rdparty/bx/src/amalgamated.cpp')
-rw-r--r-- | 3rdparty/bx/src/amalgamated.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3rdparty/bx/src/amalgamated.cpp b/3rdparty/bx/src/amalgamated.cpp new file mode 100644 index 00000000000..1aeb2bb906d --- /dev/null +++ b/3rdparty/bx/src/amalgamated.cpp @@ -0,0 +1,19 @@ +/* + * Copyright 2011-2017 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + */ + +#include "bx.cpp" +#include "commandline.cpp" +#include "crtimpl.cpp" +#include "crtnone.cpp" +#include "debug.cpp" +#include "dtoa.cpp" +#include "fpumath.cpp" +#include "mutex.cpp" +#include "os.cpp" +#include "semaphore.cpp" +#include "sort.cpp" +#include "string.cpp" +#include "thread.cpp" +#include "timer.cpp" |