rocksndiamonds-1.2.0
[rocksndiamonds.git] / src / tools.h
index e94f195b48ae9fd324ace6bd6487b072f54d6e66..6d70852092b5617f9eb67adb6195019e6eda5978 100644 (file)
@@ -62,7 +62,8 @@ void SetDrawtoField(int);
 void BackToFront();
 void FadeToFront();
 void ClearWindow();
-void DrawTextCentered(int, int, char *, ...);
+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);