Mercurial > hg > tweakathon2ios
diff presetManager.h @ 17:2a7320a8cbed
explore mode shows stuff, can go thru saving various presets.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 21 Oct 2014 18:58:25 +0100 |
parents | 2da0350a4aa2 |
children | 36cdb73691da |
line wrap: on
line diff
--- a/presetManager.h Tue Oct 21 18:06:44 2014 +0100 +++ b/presetManager.h Tue Oct 21 18:58:25 2014 +0100 @@ -135,6 +135,7 @@ PresetManager(); void savePreset(string name, vector<int> stuff); void generatePresetSlot(const string name, const string imagefn); + void saveFilledSlotToFile(); vector<int> recallPreset(int presetID); vector<int> recallPreset(string name); void startLoadAll(); // load everything from the json file