summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-14 15:58:58 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-14 15:58:58 +0000
commit8afa9559a6e26cff5a3cf5e74d39c844ccd63747 (patch)
tree93ace380e64e63307050838ae457447a6bcea0fa /crawl-ref/source/clua.h
parent4a7644f0eec04ea061b77f35a39d894ded93b8c8 (diff)
downloadcrawl-ref-8afa9559a6e26cff5a3cf5e74d39c844ccd63747.tar.gz
crawl-ref-8afa9559a6e26cff5a3cf5e74d39c844ccd63747.zip
Tweaked CLUA_BINDINGS so that the only thing it controls is running user
scripts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1309 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/clua.h')
-rw-r--r--crawl-ref/source/clua.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/clua.h b/crawl-ref/source/clua.h
index 88f0f45cc0..ab4ec6878f 100644
--- a/crawl-ref/source/clua.h
+++ b/crawl-ref/source/clua.h
@@ -3,8 +3,6 @@
#include "AppHdr.h"
-#ifdef CLUA_BINDINGS
-
extern "C" {
#include <lua.h>
#include <lauxlib.h>
@@ -117,6 +115,4 @@ extern CLua clua;
void lua_set_exclusive_item(const item_def *item = NULL);
-#endif // CLUA_BINDINGS
-
#endif