diff --git a/include/geos/ggraph.h b/include/geos/ggraph.h index d59947157..a2c6b0062 100644 --- a/include/geos/ggraph.h +++ b/include/geos/ggraph.h @@ -13,6 +13,9 @@ #include #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);