From c3c0bc1d81a2704ac3182729e23ba69909d0365d Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Fri, 16 Mar 2007 11:38:52 +0000 Subject: [PATCH] also moved python.h test header to swig dir --- swig/pyniflib.i | 4 ++-- {include => swig}/python.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename {include => swig}/python.h (63%) diff --git a/swig/pyniflib.i b/swig/pyniflib.i index 873b77dc..c997f3b8 100644 --- a/swig/pyniflib.i +++ b/swig/pyniflib.i @@ -607,9 +607,9 @@ POSSIBILITY OF SUCH DAMAGE. */ %} // python specific extensions -%include "../include/python.h" +%include "python.h" %{ -#include "../include/python.h" +#include "python.h" %} %template(vector_byte) std::vector<Niflib::byte>; diff --git a/include/python.h b/swig/python.h similarity index 63% rename from include/python.h rename to swig/python.h index df90929b..a8b184b7 100644 --- a/include/python.h +++ b/swig/python.h @@ -1,2 +1,2 @@ -#include "obj/NiNode.h" +#include "../include/obj/NiNode.h" NiNodeRef CreateNiNode() { return Ref<NiNode>(new NiNode); } -- GitLab