forked from Green-Sky/tomato
prep for chat_gui refactor
This commit is contained in:
15
src/chat_gui/settings_window.hpp
Normal file
15
src/chat_gui/settings_window.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
struct SimpleConfigModel;
|
||||
|
||||
class SettingsWindow {
|
||||
bool _show_window {false};
|
||||
// TODO: add iteration api to interface
|
||||
SimpleConfigModel& _conf;
|
||||
|
||||
public:
|
||||
SettingsWindow(SimpleConfigModel& conf);
|
||||
|
||||
void render(void);
|
||||
};
|
||||
|
Reference in New Issue
Block a user