Added support for building tuxpaint on Haiku

This commit is contained in:
Scott McCreary 2009-12-08 08:38:30 +00:00
parent da628a6e45
commit 3f7b0bd972
4 changed files with 49 additions and 28 deletions

View file

@ -22,7 +22,7 @@
/* Jan. 17, 2003 */
/* $Id$ */
#ifndef __BEOS_PRINT_H__
#define __BEOS_PRINT_H__
@ -32,12 +32,11 @@
extern "C"
{
#endif /* */
extern int SurfacePrint(SDL_Surface * surf);
extern int IsPrinterAvailable();
#endif /* __cplusplus */
extern int SurfacePrint(SDL_Surface * surf);
extern int IsPrinterAvailable();
#ifdef __cplusplus
}
#endif /* */
#endif /* __cplusplus */
#endif /* */
#endif /* __BEOS_PRINT__ */