From 2ecda48bd1cc16b2e5e3e1ebb05098e191121aad Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 18 Jul 2025 15:49:12 -0400 Subject: libpke-editor: shared lib + load as plugin working --- editor/editor-plugin.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 editor/editor-plugin.hpp (limited to 'editor/editor-plugin.hpp') 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 */ -- cgit v1.2.3