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
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiSkinData.h"
#include "NiSkinPartition.h"
//Definition of TYPE constant
const Type NiSkinData::TYPE("NiSkinData", &NI_SKIN_DATA_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiSourceTexture.h"
#include "NiPixelData.h"
//Definition of TYPE constant
const Type NiSourceTexture::TYPE("NiSourceTexture", &NI_SOURCE_TEXTURE_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiTextureEffect.h"
#include "NiSourceTexture.h"
//Definition of TYPE constant
const Type NiTextureEffect::TYPE("NiTextureEffect", &NI_TEXTURE_EFFECT_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiTextureTransformController.h"
#include "NiFloatData.h"
//Definition of TYPE constant
const Type NiTextureTransformController::TYPE("NiTextureTransformController", &NI_TEXTURE_TRANSFORM_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiTexturingProperty.h"
#include "NiSourceTexture.h"
//Definition of TYPE constant
const Type NiTexturingProperty::TYPE("NiTexturingProperty", &NI_TEXTURING_PROPERTY_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiTransformInterpolator.h"
#include "NiTransformData.h"
//Definition of TYPE constant
const Type NiTransformInterpolator::TYPE("NiTransformInterpolator", &NI_TRANSFORM_INTERPOLATOR_PARENT::TYPE );
......
......@@ -2,6 +2,8 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiTriBasedGeom.h"
#include "TriBasedGeomData.h"
#include "NiSkinInstance.h"
//Definition of TYPE constant
const Type NiTriBasedGeom::TYPE("NiTriBasedGeom", &NI_TRI_BASED_GEOM_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiUVController.h"
#include "NiUVData.h"
//Definition of TYPE constant
const Type NiUVController::TYPE("NiUVController", &NI_U_V_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "NiVisController.h"
#include "NiVisData.h"
//Definition of TYPE constant
const Type NiVisController::TYPE("NiVisController", &NI_VIS_CONTROLLER_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "bhkEntity.h"
#include "bhkSphereRepShape.h"
//Definition of TYPE constant
const Type bhkEntity::TYPE("bhkEntity", &BHK_ENTITY_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "bhkListShape.h"
#include "bhkSphereRepShape.h"
//Definition of TYPE constant
const Type bhkListShape::TYPE("bhkListShape", &BHK_LIST_SHAPE_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "bhkNiTriStripsShape.h"
#include "NiTriStripsData.h"
//Definition of TYPE constant
const Type bhkNiTriStripsShape::TYPE("bhkNiTriStripsShape", &BHK_NI_TRI_STRIPS_SHAPE_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "bhkPackedNiTriStripsShape.h"
#include "NiTriStripsData.h"
//Definition of TYPE constant
const Type bhkPackedNiTriStripsShape::TYPE("bhkPackedNiTriStripsShape", &BHK_PACKED_NI_TRI_STRIPS_SHAPE_PARENT::TYPE );
......
......@@ -2,6 +2,7 @@
All rights reserved. Please see niflib.h for licence. */
#include "bhkRigidBody.h"
#include "AbhkConstraint.h"
//Definition of TYPE constant
const Type bhkRigidBody::TYPE("bhkRigidBody", &BHK_RIGID_BODY_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