Skip to content

Commit

Permalink
Added header guards for SDLMain.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 21, 2009
1 parent aba6200 commit fc0ff4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/macosx/SDLMain.h
Expand Up @@ -5,7 +5,12 @@
Feel free to customize this file to suit your needs
*/

#ifndef _SDLMain_h_
#define _SDLMain_h_

#import <Cocoa/Cocoa.h>

@interface SDLMain : NSObject
@end

#endif /* _SDLMain_h_ */

0 comments on commit fc0ff4d

Please sign in to comment.