Lumenarium/src_v2/editor/lumenarium_editor.h

14 lines
198 B
C
Raw Normal View History

2022-03-29 16:09:50 +00:00
/* date = March 27th 2022 0:50 pm */
#ifndef LUMENARIUM_EDITOR_H
#define LUMENARIUM_EDITOR_H
struct Editor
{
v2 window_dim;
Editor_Renderer renderer;
UI ui;
2022-03-29 16:09:50 +00:00
};
#endif //LUMENARIUM_EDITOR_H