openMSX
PluggableFactory.hh
Go to the documentation of this file.
1#ifndef PLUGGABLEFACTORY_HH
2#define PLUGGABLEFACTORY_HH
3
4namespace openmsx {
5
6class PluggingController;
7class MSXMotherBoard;
8
10{
11public:
12 static void createAll(PluggingController& controller,
13 MSXMotherBoard& motherBoard);
14};
15
16} // namespace openmsx
17
18#endif
static void createAll(PluggingController &controller, MSXMotherBoard &motherBoard)
Central administration of Connectors and Pluggables.
This file implemented 3 utility functions:
Definition Autofire.cc:11