aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2018-06-27 15:55:22 -0500
committerBen Beltran <ben@nsovocal.com>2018-06-27 15:55:22 -0500
commitf631762a97e1f2afa309bfbc39f83f4fb46b00ee (patch)
tree6662b8da2310a684908d41dbdb999ad83d54c0ca /stdafx.h
parent95a80700dcde3e51cba8fdbb314b0804ba680b20 (diff)
Update project so it compilesHEADmain
Used homebrew from SDL and Lua 5.3
Diffstat (limited to 'stdafx.h')
-rwxr-xr-xstdafx.h16
1 files changed, 8 insertions, 8 deletions
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