13 lines
243 B
C
13 lines
243 B
C
//
|
|
// macosx_print.h
|
|
// Tux Paint
|
|
//
|
|
// Created by Darrell Walisser on Sat Mar 15 2003.
|
|
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#include "SDL.h"
|
|
|
|
const char* SurfacePrint (SDL_Surface *surface, int showDialog);
|
|
|
|
|