X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=18bce3b31fccef78ff8d00de5192e46be3f38550;hb=8555e08bda91e309c9878785a5aef82ca3497394;hp=6eaf88c2af70e22a0947339e43abd0d024de00df;hpb=d2587727d750fdf2aae4eb8f4acb487a5c211041;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 6eaf88c2..18bce3b3 100644 --- a/src/tools.h +++ b/src/tools.h @@ -64,6 +64,7 @@ void FadeToFront(); void ClearWindow(); int getFontWidth(int, int); int getFontHeight(int, int); +void DrawInitText(char *, int, int); void DrawTextF(int, int, int, char *, ...); void DrawTextFCentered(int, int, char *, ...); void DrawText(int, int, char *, int, int);