add event profiler, json profile dump, cleanup

This commit is contained in:
Irlan
2017-02-24 20:11:49 -03:00
parent e1038cfb31
commit 689425d9ef
64 changed files with 16135 additions and 531 deletions

View File

@ -22,10 +22,12 @@
// Include this file header in your project to directly access Bounce objects.
#include <bounce/common/settings.h>
#include <bounce/common/math/math.h>
#include <bounce/common/time.h>
#include <bounce/common/profiler.h>
#include <bounce/common/draw.h>
#include <bounce/common/math/math.h>
#include <bounce/collision/gjk/gjk.h>
#include <bounce/collision/gjk/gjk_cache.h>
#include <bounce/collision/sat/sat.h>