Shared functions for Window
This commit is contained in:
parent
c0bb5ab659
commit
8c14574dcd
10
ogl_editor/src/Window.h
Normal file
10
ogl_editor/src/Window.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <emgui/types.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void Window_setTitle(const text_t* title);
|
||||
void Window_populateRecentList(const text_t** files);
|
||||
void Window_buildMenu();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user