Files
bx/src/amalgamated.cpp
Branimir Karadžić a7d088ae9c Added amalgamated build.
2017-02-11 09:55:38 -08:00

19 lines
416 B
C++

/*
* 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"