Pārlūkot izejas kodu

characterJoint.I

David Rose 17 gadi atpakaļ
vecāks
revīzija
0a97dadc30

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

@@ -11,8 +11,8 @@
 
   #define SOURCES \
     character.I character.h \
-    characterJoint.h characterJointBundle.I  \
-    characterJointBundle.h \
+    characterJoint.I characterJoint.h \
+    characterJointBundle.I characterJointBundle.h \
     characterJointEffect.h characterJointEffect.I \
     characterSlider.h \
     characterVertexSlider.I characterVertexSlider.h \
@@ -30,8 +30,8 @@
 
   #define INSTALL_HEADERS \
     character.I character.h \
-    characterJoint.h characterJointBundle.I \
-    characterJointBundle.h \
+    characterJoint.I characterJoint.h \
+    characterJointBundle.I characterJointBundle.h \
     characterJointEffect.h characterJointEffect.I \
     characterSlider.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;
 };
 
+#include "characterJoint.I"
+
 #endif