centralize profiler declaration
This commit is contained in:
@ -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)),
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user