2013-11-02 12:47:17 +01:00
|
|
|
#ifndef __MISC
|
2013-11-02 21:16:12 +01:00
|
|
|
#define __MISC
|
2013-11-02 12:47:17 +01:00
|
|
|
|
|
|
|
struct prog_info {
|
|
|
|
int mode;
|
2013-11-02 21:16:12 +01:00
|
|
|
int client_offset;
|
2013-11-02 12:47:17 +01:00
|
|
|
int port;
|
2013-11-02 19:55:55 +01:00
|
|
|
int fps;
|
2013-11-02 12:47:17 +01:00
|
|
|
} prog_info;
|
|
|
|
|
|
|
|
#endif
|
2013-11-02 21:16:12 +01:00
|
|
|
|