summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/text.h b/src/text.h
index 199de55..f29cca3 100644
--- a/src/text.h
+++ b/src/text.h
@@ -27,12 +27,9 @@
#define FONTLITTLE 10
// clang-format on
-void
-DrawText (CPixmap * pPixmap, Point pos, const char * pText, Sint32 font = 0);
-
-void DrawTextPente (
- CPixmap * pPixmap, Point pos, const char * pText, Sint32 pente,
- Sint32 font = 0);
+void DrawText (
+ CPixmap * pPixmap, Point pos, const char * pText, Sint32 font = 0,
+ Sint32 slope = 0);
void DrawTextRect (
CPixmap * pPixmap, Point pos, char * pText, Sint32 pente, Sint32 font = 0,