dingusppc/machines/machinepresets.h
2020-08-22 11:05:08 -07:00

7 lines
230 B
C++

#include "machineproperties.h"
std::map<std::string, StringProperty> PowerMac6100_Properties;
std::map<std::string, StringProperty> PowerMacG3_Properties;
void init_machine_properties(); // JANKY FUNCTION TO FIX VS 2019 BUG!