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