Skip to content
Snippets Groups Projects
Commit 26a11104 authored by wz's avatar wz
Browse files

Fixed missing includes in enum files to work without PCH.

Added missing NvTriStripper files back into solution.
parent b0572049
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _NIF_ENUMS_H_
#define _NIF_ENUMS_H_
#include <iostream>
using namespace std;
namespace Niflib {
/*!
......
......@@ -3,6 +3,9 @@ All rights reserved. Please see niflib.h for licence. */
#ifndef _NIF_ENUMS_INTL_H_
#define _NIF_ENUMS_INTL_H_
#include <iostream>
using namespace std;
#include "nif_basic_types.h"
namespace Niflib {
......
......@@ -1422,6 +1422,18 @@
<Filter
Name="NvTriStrip"
>
<File
RelativePath=".\NvTriStrip\NvTriStrip.cpp"
>
</File>
<File
RelativePath=".\NvTriStrip\NvTriStripObjects.cpp"
>
</File>
<File
RelativePath=".\NvTriStrip\VertexCache.cpp"
>
</File>
</Filter>
<Filter
Name="TriStripper"
......
......@@ -3,9 +3,13 @@ All rights reserved. Please see niflib.h for licence. */
#include <string>
#include <iostream>
#include "../../include/NIF_IO.h"
#include "../../include/gen/enums.h"
#include "../../include/gen/enums_intl.h"
using namespace std;
namespace Niflib {
......
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