From d3397dced2dc4be26896541b2b937e17207e084a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:57:51 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20d=C3=A9claration=20de=20fonctions=20aya?= =?UTF-8?q?nt=20rapport=20avec=20les=20fonctions=20vid=C3=A9o=202D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/graph.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/graph.h diff --git a/include/graph.h b/include/graph.h new file mode 100644 index 0000000..60d138c --- /dev/null +++ b/include/graph.h @@ -0,0 +1 @@ +void line(u32 x1, u32 y1, u32 x2, u32 y2, u8 color);