From f631762a97e1f2afa309bfbc39f83f4fb46b00ee Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 27 Jun 2018 15:55:22 -0500 Subject: Update project so it compiles Used homebrew from SDL and Lua 5.3 --- SDLMain.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '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_ */ -- cgit