X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.h;h=18bce3b31fccef78ff8d00de5192e46be3f38550;hb=8d46c5298f0fcce7bdb52f3835b2fbbdc403dfe0;hp=6eaf88c2af70e22a0947339e43abd0d024de00df;hpb=4c8c9d74169f09d9b21e3ea0d826b60cda37caaa;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);