From a049d1d6c87e344d4482bdee9ef6123050191cf3 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 9 Oct 2003 21:27:43 +0000 Subject: [PATCH] deleted unused file --- ChangeLog | 4 ++++ include/DT_drawtext.h | 37 ------------------------------------- 2 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 include/DT_drawtext.h diff --git a/ChangeLog b/ChangeLog index f04ff468..b60117ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-09 Bradley Bell + + * include/DT_drawtext.h: deleted unused file + 2003-10-08 Bradley Bell * main/gameseq.c, main/inferno.c, main/menu.c: SHAREWARE fixes diff --git a/include/DT_drawtext.h b/include/DT_drawtext.h deleted file mode 100644 index 142a0dbd..00000000 --- a/include/DT_drawtext.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef Drawtext_h -#define Drawtext_h - - -#define TRANS_FONT 1 - - -#ifdef __cplusplus -extern "C" { -#endif - - typedef struct BitFont_td { - SDL_Surface *FontSurface; - int CharWidth; - int CharHeight; - int FontNumber; - struct BitFont_td *NextFont; - } - BitFont; - - - void DT_DrawText(const char *string, SDL_Surface *surface, int FontType, int x, int y ); - int DT_LoadFont(const char *BitmapName, int flags ); - int DT_FontHeight( int FontNumber ); - int DT_FontWidth( int FontNumber ); - BitFont* DT_FontPointer(int FontNumber ); - void DT_DestroyDrawText(); - - -#ifdef __cplusplus -}; -#endif - -#endif - - - -- 2.39.2