mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Added amalgamated build.
This commit is contained in:
18
src/amalgamated.cpp
Normal file
18
src/amalgamated.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright 2011-2017 Branimir Karadzic. All rights reserved.
|
||||
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
||||
*/
|
||||
|
||||
#include "commandline.cpp"
|
||||
#include "crt.cpp"
|
||||
#include "crtimpl.cpp"
|
||||
#include "debug.cpp"
|
||||
#include "dtoa.cpp"
|
||||
#include "fpumath.cpp"
|
||||
#include "mutex.cpp"
|
||||
#include "os.cpp"
|
||||
#include "sem.cpp"
|
||||
#include "sort.cpp"
|
||||
#include "string.cpp"
|
||||
#include "thread.cpp"
|
||||
#include "timer.cpp"
|
||||
Reference in New Issue
Block a user