Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added header guards for SDLMain.h
- Loading branch information
File 1 of 1 in
fc0ff4d
|
@@ -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_ */ |