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

Added required additional includes for all classes that needed them.

parent 9526ee1a
No related branches found
No related tags found
No related merge requests found
Showing
with 25 additions and 0 deletions
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "ABoneLODController.h"
#include "NiNode.h"
//Definition of TYPE constant
const Type ABoneLODController::TYPE("ABoneLODController", &A_BONE_L_O_D_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "APSysModifier.h"
#include "NiParticleSystem.h"
//Definition of TYPE constant
const Type APSysModifier::TYPE("APSysModifier", &A_P_SYS_MODIFIER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "APSysVolumeEmitter.h"
#include "NiNode.h"
//Definition of TYPE constant
const Type APSysVolumeEmitter::TYPE("APSysVolumeEmitter", &A_P_SYS_VOLUME_EMITTER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "ASingleInterpolatorController.h"
#include "AInterpolator.h"
//Definition of TYPE constant
const Type ASingleInterpolatorController::TYPE("ASingleInterpolatorController", &A_SINGLE_INTERPOLATOR_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "BSKeyframeController.h"
#include "NiKeyframeData.h"
//Definition of TYPE constant
const Type BSKeyframeController::TYPE("BSKeyframeController", &B_S_KEYFRAME_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiAlphaController.h"
#include "NiFloatData.h"
//Definition of TYPE constant
const Type NiAlphaController::TYPE("NiAlphaController", &NI_ALPHA_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiBSplineCompPoint3Interpolator.h"
#include "NiBSplineData.h"
//Definition of TYPE constant
const Type NiBSplineCompPoint3Interpolator::TYPE("NiBSplineCompPoint3Interpolator", &NI_B_SPLINE_COMP_POINT3_INTERPOLATOR_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiBSplineCompTransformInterpolator.h"
#include "NiBSplineData.h"
#include "NiBSplineBasisData.h"
//Definition of TYPE constant
const Type NiBSplineCompTransformInterpolator::TYPE("NiBSplineCompTransformInterpolator", &NI_B_SPLINE_COMP_TRANSFORM_INTERPOLATOR_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiBoneLODController.h"
#include "NiTriShape.h"
#include "NiSkinInstance.h"
//Definition of TYPE constant
const Type NiBoneLODController::TYPE("NiBoneLODController", &NI_BONE_L_O_D_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiBoolInterpolator.h"
#include "NiBoolData.h"
//Definition of TYPE constant
const Type NiBoolInterpolator::TYPE("NiBoolInterpolator", &NI_BOOL_INTERPOLATOR_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiBoolTimelineInterpolator.h"
#include "NiBoolData.h"
//Definition of TYPE constant
const Type NiBoolTimelineInterpolator::TYPE("NiBoolTimelineInterpolator", &NI_BOOL_TIMELINE_INTERPOLATOR_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiCollisionData.h"
#include "NiNode.h"
//Definition of TYPE constant
const Type NiCollisionData::TYPE("NiCollisionData", &NI_COLLISION_DATA_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiControllerManager.h"
#include "NiControllerSequence.h"
#include "NiDefaultAVObjectPalette.h"
//Definition of TYPE constant
const Type NiControllerManager::TYPE("NiControllerManager", &NI_CONTROLLER_MANAGER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiDefaultAVObjectPalette.h"
#include "NiAVObject.h"
//Definition of TYPE constant
const Type NiDefaultAVObjectPalette::TYPE("NiDefaultAVObjectPalette", &NI_DEFAULT_A_V_OBJECT_PALETTE_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiFlipController.h"
#include "NiSourceTexture.h"
//Definition of TYPE constant
const Type NiFlipController::TYPE("NiFlipController", &NI_FLIP_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiFloatInterpolator.h"
#include "NiFloatData.h"
//Definition of TYPE constant
const Type NiFloatInterpolator::TYPE("NiFloatInterpolator", &NI_FLOAT_INTERPOLATOR_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiGeomMorpherController.h"
#include "NiMorphData.h"
#include "AInterpolator.h"
//Definition of TYPE constant
const Type NiGeomMorpherController::TYPE("NiGeomMorpherController", &NI_GEOM_MORPHER_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiKeyframeController.h"
#include "NiKeyframeData.h"
//Definition of TYPE constant
const Type NiKeyframeController::TYPE("NiKeyframeController", &NI_KEYFRAME_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiLODNode.h"
#include "NiRangeLODData.h"
//Definition of TYPE constant
const Type NiLODNode::TYPE("NiLODNode", &NI_L_O_D_NODE_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiLightColorController.h"
#include "NiPosData.h"
#include "NiPoint3Interpolator.h"
//Definition of TYPE constant
const Type NiLightColorController::TYPE("NiLightColorController", &NI_LIGHT_COLOR_CONTROLLER_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