#include <curspriv.h>
#include <SDL.h>
#ifdef PDC_WIDE
# include <SDL_ttf.h>
#endif
#ifdef PDC_WIDE
PDCEX TTF_Font *pdc_ttffont;
PDCEX int pdc_font_size;
#endif
PDCEX SDL_Window *pdc_window;
PDCEX SDL_Surface *pdc_screen, *pdc_font, *pdc_icon, *pdc_back;
PDCEX int pdc_sheight, pdc_swidth, pdc_yoffset, pdc_xoffset;
extern SDL_Surface *pdc_tileback;
extern SDL_Color pdc_color[256];
extern Uint32 pdc_mapped[256];
extern int pdc_fheight, pdc_fwidth;
extern int pdc_flastc;
extern bool pdc_own_window;
extern Uint32 pdc_lastupdate;
void PDC_update_rects(void);
void PDC_retile(void);