Browse Source

characterJoint.I

David Rose 17 years ago
parent
commit
0a97dadc30
3 changed files with 20 additions and 4 deletions
  1. 4 4
      panda/src/char/Sources.pp
  2. 14 0
      panda/src/char/characterJoint.I
  3. 2 0
      panda/src/char/characterJoint.h

+ 4 - 4
panda/src/char/Sources.pp

@@ -11,8 +11,8 @@
 
 
   #define SOURCES \
   #define SOURCES \
     character.I character.h \
     character.I character.h \
-    characterJoint.h characterJointBundle.I  \
-    characterJointBundle.h \
+    characterJoint.I characterJoint.h \
+    characterJointBundle.I characterJointBundle.h \
     characterJointEffect.h characterJointEffect.I \
     characterJointEffect.h characterJointEffect.I \
     characterSlider.h \
     characterSlider.h \
     characterVertexSlider.I characterVertexSlider.h \
     characterVertexSlider.I characterVertexSlider.h \
@@ -30,8 +30,8 @@
 
 
   #define INSTALL_HEADERS \
   #define INSTALL_HEADERS \
     character.I character.h \
     character.I character.h \
-    characterJoint.h characterJointBundle.I \
-    characterJointBundle.h \
+    characterJoint.I characterJoint.h \
+    characterJointBundle.I characterJointBundle.h \
     characterJointEffect.h characterJointEffect.I \
     characterJointEffect.h characterJointEffect.I \
     characterSlider.h \
     characterSlider.h \
     characterVertexSlider.I characterVertexSlider.h \
     characterVertexSlider.I characterVertexSlider.h \

+ 14 - 0
panda/src/char/characterJoint.I

@@ -0,0 +1,14 @@
+// Filename: characterJoint.I
+// Created by:  drose (20Nov08)
+//
+////////////////////////////////////////////////////////////////////
+//
+// PANDA 3D SOFTWARE
+// Copyright (c) Carnegie Mellon University.  All rights reserved.
+//
+// All use of this software is subject to the terms of the revised BSD
+// license.  You should have received a copy of this license along
+// with this source code in a file named "LICENSE."
+//
+////////////////////////////////////////////////////////////////////
+

+ 2 - 0
panda/src/char/characterJoint.h

@@ -129,6 +129,8 @@ private:
   friend class JointVertexTransform;
   friend class JointVertexTransform;
 };
 };
 
 
+#include "characterJoint.I"
+
 #endif
 #endif