#pragma once #include namespace rack { void settingsSave(std::string filename); void settingsLoad(std::string filename); } // namespace rack