tuxpaint-pencil-sharpener/src/win32_print.h-old
2003-02-24 01:46:52 +00:00

19 lines
354 B
Text

/* win32_print.h */
/* printing support for Tux Paint */
/* John Popplewell <john@johnnypops.demon.co.uk> */
/* Sept. 30, 2002 - Oct. 1, 2002 */
#ifndef __WIN32_PRINT_H__
#define __WIN32_PRINT_H__
#ifndef _SDL_H
#include "SDL.h"
#endif
extern int SurfacePrint( SDL_Surface *surf );
extern int IsPrinterAvailable( void );
#endif