]> git.sur5r.net Git - cc65/commitdiff
added declarations for cpputs and cpputsxy
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Mar 2002 16:53:02 +0000 (16:53 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Mar 2002 16:53:02 +0000 (16:53 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1182 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/geos/ggraph.h

index d599471570c1451dadf5efdfba982a6dff9251f3..a2c6b00625e9248830fa5fb91b2dec59b27955bb 100644 (file)
@@ -13,6 +13,9 @@
 #include <geos/gstruct.h>
 #endif
 
+void __fastcall__ cpputs(char *s);
+void __fastcall__ cpputsxy(int x, int y, char *s);
+
 void __fastcall__ SetPattern(char newpattern);
 
 void __fastcall__ HorizontalLine(char pattern, char y, int xstart, int xend);