From 8ec203c774cae3ac3da457eb905b8c6be535894a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Tue, 13 Mar 2007 20:34:15 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20version=20initiale=20-=20contient=20les?= =?UTF-8?q?=20diff=C3=A9rentes=20structures=20et=20d=C3=A9clarations=20pou?= =?UTF-8?q?r=20les=20=C3=A9l=C3=A9ments=20graphiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/graphic.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/graphic.h diff --git a/include/graphic.h b/include/graphic.h new file mode 100644 index 0000000..5eedb97 --- /dev/null +++ b/include/graphic.h @@ -0,0 +1,4 @@ +struc point +coordx db 0 +coordy db 0 +ends point