From de5a933a9ca258278e747d73442d4e8f768d1ef3 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Tue, 30 Jan 2001 02:32:09 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/physics/physical.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/physics/physical.h b/panda/src/physics/physical.h index feb704554f..55aebf7f9e 100644 --- a/panda/src/physics/physical.h +++ b/panda/src/physics/physical.h @@ -43,7 +43,8 @@ protected: // is still of course contained in the _physics_objects vector, but // this is kind of a quicker way there. PhysicsObject *_phys_body; -public: + +PUBLISHED: Physical(int ttl_objects = 1, bool pre_alloc = false); Physical(const Physical& copy); @@ -67,6 +68,7 @@ public: INLINE void remove_linear_force(LinearForce *f); INLINE void remove_angular_force(AngularForce *f); +public: friend class PhysicsManager; friend class PhysicalNode;