yaze 0.2.0
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 app {
6namespace editor {
7
8// ImGui popup manager.
10 public:
13
14 void Show(const char* name);
15};
16
17} // namespace editor
18} // namespace app
19} // namespace yaze
20
21#endif // YAZE_APP_EDITOR_POPUP_MANAGER_H
void Show(const char *name)
Definition common.cc:22