indent macosx_print.h
This commit is contained in:
parent
0796dc924c
commit
e283cdb473
1 changed files with 7 additions and 8 deletions
|
|
@ -25,17 +25,16 @@
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
|
|
||||||
const char *SurfacePrint(SDL_Surface *surface, int showDialog);
|
const char *SurfacePrint(SDL_Surface * surface, int showDialog);
|
||||||
int DisplayPageSetup(const SDL_Surface *surface);
|
int DisplayPageSetup(const SDL_Surface * surface);
|
||||||
|
|
||||||
#ifdef OBJECTIVEC
|
#ifdef OBJECTIVEC
|
||||||
|
|
||||||
@interface PrintSheetController : NSObject
|
@interface PrintSheetController:NSObject
|
||||||
{
|
{
|
||||||
bool displayPrintSetupSheet;
|
bool displayPrintSetupSheet;
|
||||||
bool displayPrintSheet;
|
bool displayPrintSheet;
|
||||||
}
|
}
|
||||||
-
|
|
||||||
@end
|
|
||||||
|
|
||||||
#endif OBJECTIVEC
|
-@end
|
||||||
|
#endif /* OBJECTIVEC */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue