mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
parent
86580fc79f
commit
01245ae81c
2 changed files with 1 additions and 5 deletions
|
@ -28,8 +28,6 @@ public:
|
|||
InputViewer();
|
||||
~InputViewer();
|
||||
|
||||
void Draw();
|
||||
|
||||
private:
|
||||
void RenderButton(std::string btn, std::string btnOutline, int state, ImVec2 size, int outlineMode);
|
||||
};
|
||||
|
@ -44,6 +42,4 @@ public:
|
|||
|
||||
InputViewerSettingsWindow();
|
||||
~InputViewerSettingsWindow();
|
||||
|
||||
void Draw();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue