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

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