mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
characterJoint.I
This commit is contained in:
parent
a666ef78fe
commit
0a97dadc30
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
character.I character.h \
|
character.I character.h \
|
||||||
characterJoint.h characterJointBundle.I \
|
characterJoint.I characterJoint.h \
|
||||||
characterJointBundle.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 \
|
characterJoint.I characterJoint.h \
|
||||||
characterJointBundle.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
panda/src/char/characterJoint.I
Normal file
14
panda/src/char/characterJoint.I
Normal 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."
|
||||||
|
//
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
@ -129,6 +129,8 @@ private:
|
|||||||
friend class JointVertexTransform;
|
friend class JointVertexTransform;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "characterJoint.I"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user