openMSX
ImGuiSCCViewer.hh
Go to the documentation of this file.
1#ifndef IMGUI_SCCVIEWER_HH
2#define IMGUI_SCCVIEWER_HH
3
4#include "ImGuiPart.hh"
5
6namespace openmsx {
7
8class ImGuiSCCViewer final : public ImGuiPart
9{
10public:
12
13 void paint(MSXMotherBoard* motherBoard) override;
14
15public:
16 bool show = false;
17};
18
19} // namespace openmsx
20
21#endif
ImGuiManager & manager
Definition ImGuiPart.hh:30
void paint(MSXMotherBoard *motherBoard) override
This file implemented 3 utility functions:
Definition Autofire.cc:11