#include "editor-plugin.hpp" #include "editor.hpp" struct PKEPluginInterface pkePluginInterface = { .OnInit = PkeEditor_Init, .OnTick = PkeEditor_Tick, .OnTeardown = PkeEditor_Teardown, .OnImGuiRender = PkeEditor_RecordImGui, };