Lumenarium/src_v2/editor/lumenarium_editor.cpp

26 lines
224 B
C++
Raw Normal View History

2022-03-22 18:13:06 +00:00
internal void
ed_init(App_State* state)
{
}
internal void
ed_frame_prepare(App_State* state)
{
}
internal void
ed_frame(App_State* state)
{
edr_render(state);
}
internal void
ed_cleanup(App_State* state)
{
}