You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.hpp 193B

123456789101112131415
  1. #pragma once
  2. #include <string>
  3. namespace rack {
  4. extern bool gSkipAutosaveOnLaunch;
  5. void settingsSave(std::string filename);
  6. void settingsLoad(std::string filename);
  7. } // namespace rack