summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.hpp
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-03 13:21:20 -0700
committerJacob Palecki <[email protected]>2020-08-03 13:21:20 -0700
commite13fe36fc04eb01bdc21cf90378d3c7c03d26a55 (patch)
tree6b7b9b28ed970609dbeaff32352ec909dfcda98c /wrapper/wrapper.hpp
parentAdd tool menu to enable\disable charts (diff)
parentMerge pull request #8 from a1xd/read (diff)
downloadrawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.tar.xz
rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.zip
Merge branch 'master' into GUI
Diffstat (limited to 'wrapper/wrapper.hpp')
-rw-r--r--wrapper/wrapper.hpp14
1 files changed, 6 insertions, 8 deletions
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 <iostream>
-using namespace rawaccel;
-using namespace System;
+#include <rawaccel.hpp>
+#include <accel-error.hpp>
-public value struct ArgsWrapper {
- int a;
-};
+#include "wrapper_writer.hpp"
+
+using namespace rawaccel;
+using namespace System;
public ref class ManagedAccel
{