]> git.sur5r.net Git - cc65/blobdiff - include/tgi.h
Adjustments to recent adding of get/set prefix to tgi function names.
[cc65] / include / tgi.h
index bfb5b861b5528993a5540fc302addbd0301a4031..d16c30c0bb340339d41adbe15913e966489f5eba 100644 (file)
 
 
 
-/* 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