mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
Working on the TGI library
git-svn-id: svn://svn.cc65.org/cc65/trunk@1325 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -86,7 +86,6 @@ extern unsigned char tgi_mode; /* Graphics mode or zero */
|
||||
extern int tgi_curx; /* Current drawing cursor X */
|
||||
extern int tgi_cury; /* Current drawing cursor Y */
|
||||
extern unsigned char tgi_color; /* Current drawing color */
|
||||
extern unsigned char tgi_bgcolor; /* Current background color */
|
||||
extern unsigned tgi_xres; /* X resolution of the current mode */
|
||||
extern unsigned tgi_yres; /* Y resolution of the current mode */
|
||||
extern unsigned char tgi_colorcount; /* Number of available colors */
|
||||
|
||||
Reference in New Issue
Block a user