16 lines
343 B
C
16 lines
343 B
C
#ifndef INFO_H__
|
|
#define INFO_H__
|
|
|
|
#define APP_NAME "VK Player Controller"
|
|
#define APP_ABOUT "Use media buttons to switch between tracks."
|
|
#define APP_VERSION "0.2"
|
|
#define APP_AUTHOR "Eugene Z <me@ch1p.com>"
|
|
#define APP_URL "https://ch1p.com/vkpc/?linux"
|
|
|
|
#define SERVER_PORT 52178
|
|
#define SERVER_HOST "localhost"
|
|
|
|
// #define DEBUG 1
|
|
|
|
#endif
|