From b54b9ceb2952ba84b58e75aba014558b17d08e77 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 2 Jul 2026 23:51:22 +0200 Subject: Evas are now saved to files --- core/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/client.cpp') 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 #include +#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, -- cgit v1.2.1