diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-06-27 15:55:22 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-06-27 15:55:22 -0500 |
| commit | f631762a97e1f2afa309bfbc39f83f4fb46b00ee (patch) | |
| tree | 6662b8da2310a684908d41dbdb999ad83d54c0ca /stdafx.h | |
| parent | 95a80700dcde3e51cba8fdbb314b0804ba680b20 (diff) | |
Used homebrew from SDL and Lua 5.3
Diffstat (limited to 'stdafx.h')
| -rwxr-xr-x | stdafx.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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
|