mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
pandatool: Fix several missing includes
This commit is contained in:
parent
b8b86dc2f2
commit
466a68a985
@ -13,6 +13,8 @@
|
||||
|
||||
#include "eggBackPointer.h"
|
||||
|
||||
#include "pnotify.h"
|
||||
|
||||
|
||||
TypeHandle EggBackPointer::_type_handle;
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
*/
|
||||
|
||||
class EggJointPointer;
|
||||
class LMatrix4d;
|
||||
|
||||
/**
|
||||
* This class is used during joint optimization or restructuring to store the
|
||||
|
@ -12,6 +12,8 @@
|
||||
*/
|
||||
|
||||
#include "eggJointData.h"
|
||||
|
||||
#include "eggCharacterDb.h"
|
||||
#include "eggJointNodePointer.h"
|
||||
#include "eggMatrixTablePointer.h"
|
||||
#include "pvector.h"
|
||||
|
@ -14,8 +14,9 @@
|
||||
#include "eggJointNodePointer.h"
|
||||
|
||||
#include "dcast.h"
|
||||
#include "eggObject.h"
|
||||
#include "eggCharacterDb.h"
|
||||
#include "eggGroup.h"
|
||||
#include "eggObject.h"
|
||||
#include "pointerTo.h"
|
||||
|
||||
|
||||
|
@ -12,7 +12,9 @@
|
||||
*/
|
||||
|
||||
#include "eggMatrixTablePointer.h"
|
||||
|
||||
#include "dcast.h"
|
||||
#include "eggCharacterDb.h"
|
||||
#include "eggSAnimData.h"
|
||||
#include "eggXfmAnimData.h"
|
||||
#include "eggXfmSAnim.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "textureImage.h"
|
||||
#include "palettizer.h"
|
||||
#include "paletteImage.h"
|
||||
#include "sourceTextureImage.h"
|
||||
|
||||
#include "indent.h"
|
||||
#include "datagram.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "eggTexture.h"
|
||||
#include "eggPrimitive.h"
|
||||
#include "datagram.h"
|
||||
#include "config_xfile.h"
|
||||
|
||||
#include <string.h> // for strcmp, strdup
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "xFileMesh.h"
|
||||
#include "xFileToEggConverter.h"
|
||||
#include "xFileFace.h"
|
||||
#include "xFileVertex.h"
|
||||
#include "xFileNormal.h"
|
||||
@ -22,6 +23,7 @@
|
||||
#include "eggVertexPool.h"
|
||||
#include "eggVertex.h"
|
||||
#include "eggPolygon.h"
|
||||
#include "eggGroup.h"
|
||||
#include "eggGroupNode.h"
|
||||
|
||||
using std::min;
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include "namable.h"
|
||||
#include "coordinateSystem.h"
|
||||
|
||||
#include "luse.h"
|
||||
|
||||
class XFileNode;
|
||||
class XFileDataNode;
|
||||
class XFileMesh;
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "eggData.h"
|
||||
#include "eggGroup.h"
|
||||
#include "eggTable.h"
|
||||
#include "eggXfmSAnim.h"
|
||||
#include "eggGroupUniquifier.h"
|
||||
#include "datagram.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user