]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/imprintrectangle.s
61cfb7fa3257bdad60bd7240db4e7f4b231f53a3
[cc65] / libsrc / geos-cbm / graph / imprintrectangle.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 21.12.99
6
7 ; void ImprintRectangle (void);
8             
9             .export _ImprintRectangle
10
11             .include "jumptab.inc"
12             
13 _ImprintRectangle = ImprintRectangle
14