1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00

added declarations for cpputs and cpputsxy

git-svn-id: svn://svn.cc65.org/cc65/trunk@1182 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-03-08 16:53:02 +00:00
parent 93fd8803c1
commit 438444cdd6

View 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);