summaryrefslogtreecommitdiff
path: root/editor/editor-plugin.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-07-18 15:49:12 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-07-18 15:49:12 -0400
commit2ecda48bd1cc16b2e5e3e1ebb05098e191121aad (patch)
treee77ba873ec58ee95ffeac825cd00b7d906b80b36 /editor/editor-plugin.hpp
parent8fbeadda53243b701957a26dba1113d84ad5c7c4 (diff)
libpke-editor: shared lib + load as plugin working
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 */