diff options
Diffstat (limited to 'example/examplePlugin/globals.hpp')
-rw-r--r-- | example/examplePlugin/globals.hpp | 5 |
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 |