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
251B

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