characterJoint.I

This commit is contained in:
David Rose 2008-11-21 19:22:39 +00:00
parent a666ef78fe
commit 0a97dadc30
3 changed files with 20 additions and 4 deletions

View File

@ -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 \

View File

@ -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."
//
////////////////////////////////////////////////////////////////////

View File

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