Skip to content
Snippets Groups Projects
Commit 2037e3fc authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Added more includes, the fixing of other errors made it possible to notice where more were needed.

parent 19ba3fdc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiControllerSequence.h"
#include "AInterpolator.h"
#include "NiStringPalette.h"
#include "NiTextKeyExtraData.h"
#include "NiControllerManager.h"
//Definition of TYPE constant
const Type NiControllerSequence::TYPE("NiControllerSequence", &NI_CONTROLLER_SEQUENCE_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiPSysColliderManager.h"
#include "NiPSysPlanarCollider.h"
//Definition of TYPE constant
const Type NiPSysColliderManager::TYPE("NiPSysColliderManager", &NI_P_SYS_COLLIDER_MANAGER_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiPSysColorModifier.h"
#include "NiNode.h"
#include "NiColorData.h"
//Definition of TYPE constant
const Type NiPSysColorModifier::TYPE("NiPSysColorModifier", &NI_P_SYS_COLOR_MODIFIER_PARENT::TYPE );
......
......@@ -3,6 +3,7 @@ All rights reserved. Please see niflib.h for licence. */
#include "NiPSysEmitterCtlr.h"
#include "NiPSysData.h"
#include "AInterpolator.h"
//Definition of TYPE constant
const Type NiPSysEmitterCtlr::TYPE("NiPSysEmitterCtlr", &NI_P_SYS_EMITTER_CTLR_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiParticleMeshModifier.h"
#include "NiTriBasedGeom.h"
//Definition of TYPE constant
const Type NiParticleMeshModifier::TYPE("NiParticleMeshModifier", &NI_PARTICLE_MESH_MODIFIER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiParticleMeshesData.h"
#include "NiTriBasedGeom.h"
//Definition of TYPE constant
const Type NiParticleMeshesData::TYPE("NiParticleMeshesData", &NI_PARTICLE_MESHES_DATA_PARENT::TYPE );
......
......@@ -3,6 +3,7 @@ All rights reserved. Please see niflib.h for licence. */
#include "NiParticleSystem.h"
#include "AParticleModifier.h"
#include "APSysModifier.h"
//Definition of TYPE constant
const Type NiParticleSystem::TYPE("NiParticleSystem", &NI_PARTICLE_SYSTEM_PARENT::TYPE );
......
......@@ -2,6 +2,9 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiSkinInstance.h"
#include "NiSkinData.h"
#include "NiSkinPartition.h"
#include "NiNode.h"
//Definition of TYPE constant
const Type NiSkinInstance::TYPE("NiSkinInstance", &NI_SKIN_INSTANCE_PARENT::TYPE );
......
......@@ -3,6 +3,7 @@ All rights reserved. Please see niflib.h for licence. */
#include "bhkPackedNiTriStripsShape.h"
#include "NiTriStripsData.h"
#include "hkPackedNiTriStripsData.h"
//Definition of TYPE constant
const Type bhkPackedNiTriStripsShape::TYPE("bhkPackedNiTriStripsShape", &BHK_PACKED_NI_TRI_STRIPS_SHAPE_PARENT::TYPE );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment