summaryrefslogtreecommitdiff
path: root/src/script.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-09 15:04:29 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-09 15:04:29 +0000
commit4a0a3305191b3be51542bed5c382edae3aba7058 (patch)
tree9761a5cbdc6b77cd28081ad75382c005e8837ca0 /src/script.cpp
parent304a338d53fbb717ed8fd220848c9ee486a3c699 (diff)
downloadmanaserv-4a0a3305191b3be51542bed5c382edae3aba7058.tar.gz
manaserv-4a0a3305191b3be51542bed5c382edae3aba7058.tar.bz2
manaserv-4a0a3305191b3be51542bed5c382edae3aba7058.tar.xz
manaserv-4a0a3305191b3be51542bed5c382edae3aba7058.zip
Added new scripting interface and Lua engine.
Diffstat (limited to 'src/script.cpp')
-rw-r--r--src/script.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/script.cpp b/src/script.cpp
deleted file mode 100644
index 9d761eb8..00000000
--- a/src/script.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "script.h"
-
-#ifdef SCRIPT_SUPPORT
-
-Script *script;
-
-#endif