aboutsummaryrefslogtreecommitdiff
path: root/core/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/client.cpp')
-rw-r--r--core/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/client.cpp b/core/client.cpp
index 750f2be..771f626 100644
--- a/core/client.cpp
+++ b/core/client.cpp
@@ -36,6 +36,7 @@
#include <map>
#include <vector>
+#include "common.c"
#include "logger.c"
// ----------------------------------------------------------------------------
@@ -71,7 +72,6 @@
#define DEFVAL_X_LOW 0l
#define DEFVAL_X_HIGH INT64_MAX
#define DEFVAL_HM_LEFT 0l
-#define DEFVAL_HM_PIXEL_COUNT 0x400l // must equal HM_PIXEL_COUNT in server.c
enum Status {
STATUS_STOPPED,