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 */