diff options
Diffstat (limited to 'source/ref_public.h')
-rw-r--r-- | source/ref_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ref_public.h b/source/ref_public.h index 8e4dce3..2484a92 100644 --- a/source/ref_public.h +++ b/source/ref_public.h @@ -209,7 +209,7 @@ typedef struct refAPI_s { void (*SetClipRect)( int flags, const clipRect_t *clip ); void (*SetScale)( float *scale ); void (*DrawChar)( int x, int y, int flags, int ch, qhandle_t hFont ); - int (*DrawString)( int x, int y, int flags, int maxChars, + int (*DrawString)( int x, int y, int flags, size_t maxChars, const char *string, qhandle_t hFont ); // returns advanced x coord // will return 0 0 if not found void (*DrawGetPicSize)( int *w, int *h, qhandle_t hPic ); |