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 --- stdafx.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stdafx.h') diff --git a/stdafx.h b/stdafx.h index 73a6e50..9621e13 100755 --- a/stdafx.h +++ b/stdafx.h @@ -14,17 +14,17 @@ //SDL Stuff -#include "SDL/SDL.h" -#include "SDL_image/SDL_image.h" -#include "SDL_gfx/SDL_gfxPrimitives.h" +#include "SDL.h" +#include "SDL_image.h" +#include "SDL_gfxPrimitives.h" #include "SDL_ttf.h" -#include "SDL_mixer/SDL_mixer.h" +#include "SDL_mixer.h" //Lua in CPP -#include "luavirtualmachine.h" -#include "luascript.h" -#include "luadebugger.h" +#include "LuaVirtualMachine.h" +#include "LuaScript.h" +#include "LuaDebugger.h" //Lua Stuff @@ -44,4 +44,4 @@ #ifdef __APPLE__ #include "CoreFoundation/CoreFoundation.h" -#endif \ No newline at end of file +#endif -- cgit