9 lines
131 B
C
9 lines
131 B
C
|
#ifndef __MEDIASERVER_H__
|
||
|
#define __MEDIASERVER_H__
|
||
|
|
||
|
class MediaServer {
|
||
|
public:
|
||
|
MediaServer();
|
||
|
};
|
||
|
|
||
|
#endif // __MEDIASERVER_H__
|