Added support for building tuxpaint on Haiku
This commit is contained in:
parent
da628a6e45
commit
3f7b0bd972
4 changed files with 49 additions and 28 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue