characterJoint.I
This commit is contained in:
parent
a666ef78fe
commit
0a97dadc30
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
@ -129,6 +129,8 @@ private:
|
|||
friend class JointVertexTransform;
|
||||
};
|
||||
|
||||
#include "characterJoint.I"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue