aboutsummaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-14 20:29:41 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-14 20:29:41 +0300
commit8d165ccf784dd7a3afe35b68339f2b536591362c (patch)
treeae83b4e294a01d46590765574f03868fdb42194b /structs.h
parent0a2e9c66d9218b9ae850e3f4c3346e299f6d6b6e (diff)
Draft the priority queue
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.h b/structs.h
index a82975d..5221829 100644
--- a/structs.h
+++ b/structs.h
@@ -1,6 +1,8 @@
#ifndef STRUCTS_H_
#define STRUCTS_H_
+#include <stddef.h>
+
struct Position_s {
size_t x;
size_t y;