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.

17 lines
193B

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