summaryrefslogtreecommitdiff
path: root/editor/editor-plugin.hpp
blob: b166a0251b8995bafb0e3e6b8cc003b81006514e (plain)
1
2
3
4
5
6
7
8
#ifndef PKE_EDITOR_PLUGIN_HPP
#define PKE_EDITOR_PLUGIN_HPP

#include "plugin-types.hpp"

extern PKEPluginInterface pkePluginInterface;

#endif /* PKE_EDITOR_PLUGIN_HPP */