openMSX
ImGuiConnector.hh
Go to the documentation of this file.
1#ifndef IMGUI_CONNECTOR_HH
2#define IMGUI_CONNECTOR_HH
3
4#include "ImGuiPart.hh"
5
6namespace openmsx {
7
8class ImGuiConnector final : public ImGuiPart
9{
10public:
12
13 void showMenu(MSXMotherBoard* motherBoard) override;
14};
15
16} // namespace openmsx
17
18#endif
void showMenu(MSXMotherBoard *motherBoard) override
ImGuiPart(ImGuiManager &manager_)
Definition ImGuiPart.hh:12
This file implemented 3 utility functions:
Definition Autofire.cc:11