diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-20 02:43:17 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-20 02:43:17 -0400 |
| commit | 5cba5bc63de403c779fd4fa762216280d4396444 (patch) | |
| tree | f1c2da748ab8f5bd88b40d09cd617838257dfb23 /src/plotting.h | |
| parent | 74c1057a1cea4ec5fc3a8f338b24af553cc83399 (diff) | |
reorganized src files
Diffstat (limited to 'src/plotting.h')
| -rw-r--r-- | src/plotting.h | 4 |
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; |
