Skip to content

Instantly share code, notes, and snippets.

@yamamushi
Created July 17, 2015 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamamushi/ba7d4f96113750afe9e7 to your computer and use it in GitHub Desktop.
Save yamamushi/ba7d4f96113750afe9e7 to your computer and use it in GitHub Desktop.
macsupport.h
/* SDLMain.m - main entry point for our Cocoa-ized SDL app
Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs
*/
#ifndef _macsupport_h_
#define _macsupport_h_
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
@end
#endif /* _macsupport_h_ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment