From 7904e3551fa228a6aae94a0373a4925ae37b57ca Mon Sep 17 00:00:00 2001
From: alex <alexandre.meyer@univ-lyon1.fr>
Date: Tue, 11 Feb 2025 10:34:37 +0100
Subject: [PATCH] creation Pixel.h

---
 src/Piexl.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 src/Piexl.h

diff --git a/src/Piexl.h b/src/Piexl.h
new file mode 100644
index 0000000..7726b93
--- /dev/null
+++ b/src/Piexl.h
@@ -0,0 +1,8 @@
+#ifndef PIXEL_H
+#define PIXEL_H
+
+struct PIXEL_H{
+    unsigned char r,g,b;
+};
+
+#endif
-- 
GitLab