]> git.sur5r.net Git - cc65/blobdiff - include/tgi/tgi-vectorfont.h
tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont.
[cc65] / include / tgi / tgi-vectorfont.h
index 6801b7b34e4695308ddd07f0eb83374bc8ee1044..bf36f8b0bc239c42856f1ab048a259b12ab75421 100644 (file)
@@ -76,7 +76,7 @@ struct tgi_vectorfont {
 
 
 
-void __fastcall__ tgi_vectorchar (const unsigned char* Ops);
+void __fastcall__ tgi_vectorchar (char C);
 /* Draw one character of the vector font at the current graphics cursor
  * position using the current font magnification.
  */