aboutsummaryrefslogtreecommitdiff
path: root/desktop/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/info.h')
-rw-r--r--desktop/info.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/info.h b/desktop/info.h
new file mode 100644
index 0000000..f13bbdc
--- /dev/null
+++ b/desktop/info.h
@@ -0,0 +1,13 @@
+#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.1"
+#define APP_AUTHOR "Eugene Z. <ch1p@ch1p.com>"
+#define APP_URL "http://ch1p.com/vkpc/"
+
+#define SERVER_PORT 52178
+#define SERVER_HOST "localhost"
+
+#endif