yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
popup_manager.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_POPUP_MANAGER_H
2#define YAZE_APP_EDITOR_POPUP_MANAGER_H
3
4namespace yaze {
5namespace editor {
6
7// ImGui popup manager.
9 public:
12
13 void Show(const char* name);
14};
15
16} // namespace editor
17} // namespace yaze
18
19#endif // YAZE_APP_EDITOR_POPUP_MANAGER_H
void Show(const char *name)
Editors are the view controllers for the application.
Main namespace for the application.
Definition controller.cc:18