mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +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:
parent
93fd8803c1
commit
438444cdd6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user