summaryrefslogtreecommitdiff
path: root/editor/editor-plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor-plugin.hpp')
-rw-r--r--editor/editor-plugin.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/editor-plugin.hpp b/editor/editor-plugin.hpp
new file mode 100644
index 0000000..b166a02
--- /dev/null
+++ b/editor/editor-plugin.hpp
@@ -0,0 +1,8 @@
+#ifndef PKE_EDITOR_PLUGIN_HPP
+#define PKE_EDITOR_PLUGIN_HPP
+
+#include "plugin-types.hpp"
+
+extern PKEPluginInterface pkePluginInterface;
+
+#endif /* PKE_EDITOR_PLUGIN_HPP */