Fixed bug with order of queued tracks and prev-historied tracks
[someplayer] / src / storage.h
1 #ifndef STORAGE
2 #define STORAGE
3
4 #include "someplayer.h"
5
6 namespace SomePlayer{
7         namespace Storage {
8
9         };
10 };
11
12 #endif