From f6aa27941a56eb4d9b364c72fc77b33a3b7ccd89 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Fri, 2 Jun 2006 05:25:10 +0000 Subject: [PATCH] Fixed so Niflyze compiles too. --- gen/KeyGroup.cpp | 12 ------------ gen/SkinData.cpp | 10 ++++++++++ niflib.vcproj | 3 --- 3 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 gen/KeyGroup.cpp diff --git a/gen/KeyGroup.cpp b/gen/KeyGroup.cpp deleted file mode 100644 index 2902e11f..00000000 --- a/gen/KeyGroup.cpp +++ /dev/null @@ -1,12 +0,0 @@ -/* Copyright (c) 2006, NIF File Format Library and Tools -All rights reserved. Please see niflib.h for licence. */ - -#include "KeyGroup.h" - -//Constructor -template <class T > -KeyGroup<T>::KeyGroup() : numKeys((uint)0), interpolation((KeyType)0) {}; - -//Destructor -template <class T > -KeyGroup<T>::~KeyGroup() {}; diff --git a/gen/SkinData.cpp b/gen/SkinData.cpp index e69de29b..0bfeb9bc 100644 --- a/gen/SkinData.cpp +++ b/gen/SkinData.cpp @@ -0,0 +1,10 @@ +/* Copyright (c) 2006, NIF File Format Library and Tools +All rights reserved. Please see niflib.h for licence. */ + +#include "SkinData.h" + +//Constructor +SkinData::SkinData() : scale(0.0f), numVertices((ushort)0) {}; + +//Destructor +SkinData::~SkinData() {}; diff --git a/niflib.vcproj b/niflib.vcproj index 24073298..68bec9d0 100644 --- a/niflib.vcproj +++ b/niflib.vcproj @@ -825,9 +825,6 @@ <File RelativePath=".\gen\hkTriangle.cpp"> </File> - <File - RelativePath=".\gen\KeyGroup.cpp"> - </File> <File RelativePath=".\gen\LODRange.cpp"> </File> -- GitLab