summaryrefslogtreecommitdiff
path: root/src/SDLMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SDLMain.h')
-rw-r--r--src/SDLMain.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SDLMain.h b/src/SDLMain.h
index 4683df57..c56d90cb 100644
--- a/src/SDLMain.h
+++ b/src/SDLMain.h
@@ -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_ */