12 lines
183 B
C
12 lines
183 B
C
|
/* date = March 24th 2022 4:18 pm */
|
||
|
|
||
|
#ifndef LUMENARIUM_EDITOR_RENDERER_H
|
||
|
#define LUMENARIUM_EDITOR_RENDERER_H
|
||
|
|
||
|
struct Editor_Renderer
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif //LUMENARIUM_EDITOR_RENDERER_H
|