#ifndef PKE_EDITOR_HPP #define PKE_EDITOR_HPP void PkeEditor_Tick(double delta); void PkeEditor_RecordImGui(); void PkeEditor_Init(); void PkeEditor_Setup(); void PkeEditor_Disable(); void PkeEditor_Teardown(); #endif /* PKE_EDITOR_HPP */