Initial revision
This commit is contained in:
commit
365fe3e5b6
350 changed files with 43559 additions and 0 deletions
25
src/BeOS_print.h
Normal file
25
src/BeOS_print.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/* BeOS_print.h */
|
||||
|
||||
/* printing support for Tux Paint */
|
||||
/* Marcin 'Shard' Konicki <shard@beosjournal.org> */
|
||||
|
||||
/* Jan. 17, 2003 */
|
||||
|
||||
|
||||
#ifndef __BEOS_PRINT_H__
|
||||
#define __BEOS_PRINT_H__
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int SurfacePrint( SDL_Surface *surf );
|
||||
extern int IsPrinterAvailable();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue