Added tgi_circle and tgi_ellipse functions. The latter works, but could be
optimized. git-svn-id: svn://svn.cc65.org/cc65/trunk@4445 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -181,6 +181,7 @@ TGI_TEXT_VERTICAL = 1
|
||||
.global _tgi_line
|
||||
.global _tgi_lineto
|
||||
.global _tgi_circle
|
||||
.global _tgi_ellipse
|
||||
.global _tgi_bar
|
||||
.global _tgi_textscale
|
||||
.global _tgi_textstyle
|
||||
|
||||
Reference in New Issue
Block a user