@@ -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 "dcast.h"
-#include "eggObject.h"
#include "eggGroup.h"
+#include "eggObject.h"
#include "pointerTo.h"
@@ -12,7 +12,9 @@
#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 "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 "eggTable.h"
#include "eggGroupUniquifier.h"