centralize profiler declaration

This commit is contained in:
Irlan
2017-02-28 20:47:45 -03:00
parent 920d17025e
commit 5cc72c5940
7 changed files with 27 additions and 56 deletions

View File

@ -22,7 +22,6 @@
#include <bounce/dynamics/shapes/shape.h>
#include <bounce/dynamics/body.h>
#include <bounce/dynamics/world_listeners.h>
#include <bounce/common/profiler.h>
b3ContactManager::b3ContactManager() :
m_convexBlocks(sizeof(b3ConvexContact)),

View File

@ -24,7 +24,6 @@
#include <bounce/dynamics/contacts/contact.h>
#include <bounce/dynamics/contacts/contact_solver.h>
#include <bounce/common/memory/stack_allocator.h>
#include <bounce/common/profiler.h>
b3Island::b3Island(b3StackAllocator* allocator, u32 bodyCapacity, u32 contactCapacity, u32 jointCapacity)
{

View File

@ -24,7 +24,6 @@
#include <bounce/dynamics/contacts/contact.h>
#include <bounce/dynamics/joints/joint.h>
#include <bounce/dynamics/time_step.h>
#include <bounce/common/profiler.h>
extern u32 b3_allocCalls;
extern u32 b3_maxAllocCalls;