openMSX
components.hh
Go to the documentation of this file.
1// Automatically generated by build process.
2
3#ifndef COMPONENTS_HH
4#define COMPONENTS_HH
5
6#define COMPONENT_CORE 1
7#define COMPONENT_GL 1
8#define COMPONENT_LASERDISC 1
9#define COMPONENT_ALSAMIDI 1
10
11namespace openmsx {
12
13static const char* const BUILD_COMPONENTS = "ALSAMIDI CORE GL LASERDISC";
14
15} // namespace openmsx
16
17#endif // COMPONENTS_HH
This file implemented 3 utility functions:
Definition Autofire.cc:11