aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/plotting.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-20 02:43:17 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-20 02:43:17 -0400
commit5cba5bc63de403c779fd4fa762216280d4396444 (patch)
treef1c2da748ab8f5bd88b40d09cd617838257dfb23 /src/plotting.h
parent74c1057a1cea4ec5fc3a8f338b24af553cc83399 (diff)
reorganized src files
Diffstat (limited to 'src/plotting.h')
-rw-r--r--src/plotting.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plotting.h b/src/plotting.h
index d94c7bc..19d669b 100644
--- a/src/plotting.h
+++ b/src/plotting.h
@@ -1,7 +1,7 @@
-#include <stddef.h>
-
#pragma once
+#include <stddef.h>
+
typedef struct {
char red;
char green;