feat: ajout de la structure vertex 2D

This commit is contained in:
Nicolas Hordé 2007-03-31 19:20:19 +00:00
parent 9fe93fcf95
commit a7ef3ac243
1 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,9 @@ adress dw 0
base dw 0
scrolling db 1
ends vgainf
struc vertex2d
px dw ?
py dw ?
ends vertex2d