aboutsummaryrefslogtreecommitdiff
path: root/core/client.cpp
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-07-02 23:51:22 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-07-07 01:14:34 +0200
commitb54b9ceb2952ba84b58e75aba014558b17d08e77 (patch)
treef65397f929307dc012c5d2269cab6845703f2efb /core/client.cpp
parente422518afc868a1ad783c4208ea3a44f89f07687 (diff)
Evas are now saved to filesHEADmaster
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,