summaryrefslogtreecommitdiff
path: root/editor/editor.hpp
blob: e79025910203f1375476f83fb92c67b4e5b04d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 */