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

Fixed some include problems.

parent 90c30f4e
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,12 @@ All rights reserved. Please see niflib.h for licence. */
#include "Ref.h"
#include "nif_math.h"
#include "nif_basic_types.h"
#include <vector>
namespace Niflib {
using namespace std;
// Forward define of referenced classes
class NiProperty;
class NiNode;
......
......@@ -6,6 +6,7 @@ All rights reserved. Please see niflib.h for licence. */
#include "NiAVObject.h"
#include "NiNode.h"
#include "../gen/SkinWeight.h"
// Include structures
#include "../Ref.h"
......
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