blob: 3cfb2df7222e9f3a3e156e821dcf06830e701bcb (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef PKE_EDITOR_HPP
#define PKE_EDITOR_HPP
void PkeEditor_Tick(double delta);
void PkeEditor_Init();
void PkeEditor_Setup();
void PkeEditor_Disable();
void PkeEditor_Teardown();
#endif /* PKE_EDITOR_HPP */
|