aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/grids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grids.h')
-rw-r--r--src/grids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grids.h b/src/grids.h
index 8de6375..f1581b3 100644
--- a/src/grids.h
+++ b/src/grids.h
@@ -1,8 +1,8 @@
+#pragma once
+
#include <stddef.h>
#include <stdbool.h>
-#pragma once
-
typedef struct {
size_t x;
size_t y;