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