2002-06-21 13:39:32 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 21.06.2002
|
|
|
|
;
|
|
|
|
; void __fastcall__ tgi_circle (int x, int y, unsigned char radius);
|
|
|
|
; /* Draw a circle in the current drawing color */
|
|
|
|
|
|
|
|
.include "tgi-kernel.inc"
|
|
|
|
|
2009-10-29 20:13:56 +00:00
|
|
|
.import incsp4
|
2002-06-21 13:39:32 +00:00
|
|
|
|
2003-02-11 12:37:46 +00:00
|
|
|
.proc _tgi_circle
|
|
|
|
|
2009-10-29 20:13:56 +00:00
|
|
|
; For now
|
|
|
|
jmp incsp4
|
2002-06-21 13:39:32 +00:00
|
|
|
|
2003-02-11 12:37:46 +00:00
|
|
|
.endproc
|