summaryrefslogtreecommitdiff
path: root/src/cat/LuaComponent.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-09-06 23:49:50 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-06 23:53:29 (GMT)
commit5a91b83875c8a25e36ecdcddb6c79de61125da39 (patch)
treefdaa6d76756ca7164f913726fdeba22ec1aef4be /src/cat/LuaComponent.h
parent710583f0fc00184e15404d4551abf9a424275452 (diff)
downloadpowder-5a91b83875c8a25e36ecdcddb6c79de61125da39.zip
powder-5a91b83875c8a25e36ecdcddb6c79de61125da39.tar.gz
revert changing the lua/sdl includes and min/max changes
Diffstat (limited to 'src/cat/LuaComponent.h')
-rw-r--r--src/cat/LuaComponent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cat/LuaComponent.h b/src/cat/LuaComponent.h
index ff0ca2a..9e11b12 100644
--- a/src/cat/LuaComponent.h
+++ b/src/cat/LuaComponent.h
@@ -1,9 +1,9 @@
#pragma once
extern "C" {
- #include "lua5.1/lua.h"
- #include "lua5.1/lauxlib.h"
- #include "lua5.1/lualib.h"
+ #include "lua.h"
+ #include "lauxlib.h"
+ #include "lualib.h"
}
#include "LuaLuna.h"