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

Fixed so Niflyze compiles too.

parent f36a9dfc
No related branches found
No related tags found
No related merge requests found
/* 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() {};
/* 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() {};
......@@ -825,9 +825,6 @@
<File
RelativePath=".\gen\hkTriangle.cpp">
</File>
<File
RelativePath=".\gen\KeyGroup.cpp">
</File>
<File
RelativePath=".\gen\LODRange.cpp">
</File>
......
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