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:
ol.sc
2011-11-29 21:36:42 +00:00
parent 74eb60df41
commit d1e7773245
2 changed files with 11 additions and 11 deletions

View File

@@ -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