X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=6d70852092b5617f9eb67adb6195019e6eda5978;hb=dbdefdcdfa0fa58296160ffc6b72fea58bea5c75;hp=ab49adedad979831569b229873c27e1268cc6b1f;hpb=e5c5bf5c4a76a04f9bf64e92227bf2ef969fd25c;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index ab49aded..6d708520 100644 --- a/src/tools.h +++ b/src/tools.h @@ -62,6 +62,8 @@ void SetDrawtoField(int); void BackToFront(); void FadeToFront(); void ClearWindow(); +void DrawTextF(int, int, int, char *, ...); +void DrawTextFCentered(int, int, char *, ...); void DrawText(int, int, char *, int, int); void DrawTextExt(Drawable, GC, int, int, char *, int, int); void DrawAllPlayers(void);