X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=judge%2Fmanager%2Fosx%2FSDLMain.h;fp=judge%2Fmanager%2Fosx%2FSDLMain.h;h=c56d90cbe86d8cdabc8a3170b502e635d7a4e9e9;hp=0000000000000000000000000000000000000000;hb=7ef748d427e5e4795677b9245f6b630b7f0c8dfb;hpb=451c60e0e37013ecf85360bad290d454b94c5477 diff --git a/judge/manager/osx/SDLMain.h b/judge/manager/osx/SDLMain.h new file mode 100644 index 0000000..c56d90c --- /dev/null +++ b/judge/manager/osx/SDLMain.h @@ -0,0 +1,16 @@ +/* SDLMain.m - main entry point for our Cocoa-ized SDL app + Initial Version: Darrell Walisser + Non-NIB-Code & other changes: Max Horn + + Feel free to customize this file to suit your needs +*/ + +#ifndef _SDLMain_h_ +#define _SDLMain_h_ + +#import + +@interface SDLMain : NSObject +@end + +#endif /* _SDLMain_h_ */