Prefs: Remove preferences design

I think I can get by without this now ...

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2013-11-23 11:03:49 -05:00 committed by Anna Schumaker
parent 91dac2e6b9
commit 3a47fc1549
2 changed files with 1 additions and 23 deletions

View File

@ -3,7 +3,7 @@
*
== Depends ==
idle file prefs
idle file
Gui: (ocarina/*)
The GUI will be written in C++ using gtkmm3 for (hopefully) cleaner code.

View File

@ -1,22 +0,0 @@
== Files ==
ocarina/include/
prefs.h
ocarina/lib/
prefs.cpp
== Depends ==
idle file
Preferences: (lib/prefs.cpp)
Preferences make use of a special index where the set<int> is always
size 1. Preferences will be in the prefs namespace.
- Index:
Index prefs(prefs.idx);
- API:
prefs :: set(string, val);
prefs.replace(string, val);
prefs :: get(string)
return prefs[string].begin()