diff options
Diffstat (limited to 'mplayer_server.h')
-rw-r--r-- | mplayer_server.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mplayer_server.h b/mplayer_server.h new file mode 100644 index 0000000..c3046da --- /dev/null +++ b/mplayer_server.h @@ -0,0 +1,6 @@ +#ifndef MPLAYER_SERVER_H +#define MPLAYER_SERVER_H + +#include "logs.h" + +#endif /* MPLAYER_SERVER_H */ |