mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 21:13:02 +01:00
20 lines
444 B
C++
20 lines
444 B
C++
/*
|
|
* 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"
|