X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/95a80700dcde3e51cba8fdbb314b0804ba680b20..f631762a97e1f2afa309bfbc39f83f4fb46b00ee:/SDLMain.h diff --git a/SDLMain.h b/SDLMain.h index 4683df5..ab39046 100644 --- a/SDLMain.h +++ b/SDLMain.h @@ -1,11 +1,16 @@ /* SDLMain.m - main entry point for our Cocoa-ized SDL app - Initial Version: Darrell Walisser - Non-NIB-Code & other changes: Max Horn + Initial Version: Darrell Walisser + Non-NIB-Code & other changes: Max Horn + + Feel free to customize this file to suit your needs + */ - Feel free to customize this file to suit your needs -*/ +#ifndef _SDLMain_h_ +#define _SDLMain_h_ #import @interface SDLMain : NSObject @end + +#endif /* _SDLMain_h_ */