aboutsummaryrefslogtreecommitdiff
path: root/core/common.c
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/common.c
parente422518afc868a1ad783c4208ea3a44f89f07687 (diff)
Evas are now saved to filesHEADmaster
Diffstat (limited to 'core/common.c')
-rw-r--r--core/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/common.c b/core/common.c
new file mode 100644
index 0000000..786ab38
--- /dev/null
+++ b/core/common.c
@@ -0,0 +1,3 @@
+#define DEFVAL_HM_PIXEL_COUNT 0x400l
+#define EVENT_ARRAYS_SIZE (sizeof(uint64_t) * MVEC_SIZE)
+#define EVENT_ARRAYS_SIZE_COL_MARKER "_evasize_"