summaryrefslogtreecommitdiff
path: root/h1z1/libghack/include/ghack.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-03-25 20:48:19 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-03-25 20:48:19 +0100
commit1647f4b4f9ebef8b938222b1f48d9a15cc262e97 (patch)
tree5a62fbb1eae6be5dd47347cc1fdd1630c966f646 /h1z1/libghack/include/ghack.h
parent3c098b80155a4b61134dc3b3de5bdbc08855fc2f (diff)
clean-up the mess
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'h1z1/libghack/include/ghack.h')
-rwxr-xr-xh1z1/libghack/include/ghack.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/h1z1/libghack/include/ghack.h b/h1z1/libghack/include/ghack.h
new file mode 100755
index 0000000..34761b5
--- /dev/null
+++ b/h1z1/libghack/include/ghack.h
@@ -0,0 +1,18 @@
+#ifndef GHACK_H_INCLUDED
+#define GHACK_H_INCLUDED
+
+#ifndef GHACK_VERSION
+#define GHACK_VERSION "0.4a"
+#endif
+
+#ifdef BUILD_DLL
+#define DLL_EXPORT __declspec(dllexport)
+#else
+#define DLL_EXPORT __declspec(dllimport)
+#endif
+
+#include <log.h>
+#include <mem.h>
+#include <radar.h>
+
+#endif // GHACK_H_INCLUDED