From a7ef3ac2430e9454f05d332d9b1fb4b318bdebb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 31 Mar 2007 19:20:19 +0000 Subject: [PATCH] feat: ajout de la structure vertex 2D --- include/graphic.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/graphic.h b/include/graphic.h index f6d14b2..b81249c 100644 --- a/include/graphic.h +++ b/include/graphic.h @@ -24,3 +24,9 @@ adress dw 0 base dw 0 scrolling db 1 ends vgainf + + +struc vertex2d +px dw ? +py dw ? +ends vertex2d