design updates

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-26 17:50:12 -05:00 committed by Anna Schumaker
parent 782bcf0143
commit 2e67a645c8
2 changed files with 3 additions and 1 deletions

View File

@ -117,3 +117,5 @@ Future work:
- Playqueue and database inherit from common class
- "About" dialog
- Investigate "Bulk insert" callbacks for performance
- Initialize PQs with multiple flags
- Prefill Song structures in each library :: Track

View File

@ -55,8 +55,8 @@ Playqueue: (lib/playqueue.cpp)
void del(playqueue_id);
unsigned int size();
void clear_sort();
void add_sort(sort_t);
void reset_sort(sort_t);
unsigned int next();
void reset_cur();