Adjustments to recent adding of get/set prefix to tgi function names.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5305 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
|
||||
|
||||
|
||||
/* Font constants for use with tgi_textstyle */
|
||||
/* Font constants for use with tgi_settextstyle */
|
||||
#define TGI_FONT_BITMAP 0
|
||||
#define TGI_FONT_VECTOR 1
|
||||
|
||||
/* Direction constants for use with tgi_textstyle */
|
||||
/* Direction constants for use with tgi_settextstyle */
|
||||
#define TGI_TEXT_HORIZONTAL 0
|
||||
#define TGI_TEXT_VERTICAL 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user