aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/examplePlugin/globals.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/examplePlugin/globals.hpp')
-rw-r--r--example/examplePlugin/globals.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/examplePlugin/globals.hpp b/example/examplePlugin/globals.hpp
new file mode 100644
index 00000000..37e8363b
--- /dev/null
+++ b/example/examplePlugin/globals.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <src/plugins/PluginAPI.hpp>
+
+inline HANDLE PHANDLE = nullptr; \ No newline at end of file