Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
de5a933a9c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      panda/src/physics/physical.h

+ 3 - 1
panda/src/physics/physical.h

@@ -43,7 +43,8 @@ protected:
   // is still of course contained in the _physics_objects vector, but
   // is still of course contained in the _physics_objects vector, but
   // this is kind of a quicker way there.
   // this is kind of a quicker way there.
   PhysicsObject *_phys_body;
   PhysicsObject *_phys_body;
-public:
+
+PUBLISHED:
   Physical(int ttl_objects = 1, bool pre_alloc = false);
   Physical(int ttl_objects = 1, bool pre_alloc = false);
   Physical(const Physical& copy);
   Physical(const Physical& copy);
 
 
@@ -67,6 +68,7 @@ public:
   INLINE void remove_linear_force(LinearForce *f);
   INLINE void remove_linear_force(LinearForce *f);
   INLINE void remove_angular_force(AngularForce *f);
   INLINE void remove_angular_force(AngularForce *f);
 
 
+public:
   friend class PhysicsManager;
   friend class PhysicsManager;
   friend class PhysicalNode;
   friend class PhysicalNode;