5fb43f69a7eaa9e83362eccdf180c97846490bac
[someplayer] / src / someplayer.h
1 #ifndef SOMEPLAYER
2 #define SOMEPLAYER
3
4 // common settings, constants and so on
5
6 namespace SomePlayer {
7         namespace DataObjects {
8         };
9         namespace Storage {
10         };
11 };
12
13 // common includes
14
15 #include <QString>
16 #include <QList>
17 #include <QMap>
18 #include <QUrl>
19
20 #define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50
21
22 #endif