#ifndef MACHINECONFIG_H #define MACHINECONFIG_H class MachineConfig { public: MachineConfig(); }; #endif // MACHINECONFIG_H