From 66a4043a9ecb1990878bea230f213708c7fdd3da Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Fri, 31 Jul 2020 20:19:24 -0400 Subject: move write function into common io header --- wrapper/wrapper.hpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'wrapper/wrapper.hpp') diff --git a/wrapper/wrapper.hpp b/wrapper/wrapper.hpp index 870aca7..e8f100d 100644 --- a/wrapper/wrapper.hpp +++ b/wrapper/wrapper.hpp @@ -1,16 +1,14 @@ #pragma once -#include "wrapper_writer.hpp" -#include "..\common\rawaccel.hpp"; -#include "..\common\accel-error.hpp"; #include -using namespace rawaccel; -using namespace System; +#include +#include -public value struct ArgsWrapper { - int a; -}; +#include "wrapper_writer.hpp" + +using namespace rawaccel; +using namespace System; public ref class ManagedAccel { -- cgit v1.2.3