Mercurial > sdl-ios-xcode
changeset 4228:098dfc876bba SDL-1.2
Added header guards for SDLMain.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 21 Sep 2009 12:04:11 +0000 |
parents | c5ee6a0d7916 |
children | 68ee433ec474 |
files | src/main/macosx/SDLMain.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/macosx/SDLMain.h Mon Sep 21 11:48:03 2009 +0000 +++ b/src/main/macosx/SDLMain.h Mon Sep 21 12:04:11 2009 +0000 @@ -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_ */