summaryrefslogtreecommitdiffstats
path: root/source/PluginLua.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-09 15:15:56 +0200
committermadmaxoft <github@xoft.cz>2013-08-10 08:22:52 +0200
commitc85acd4ece4c35bd58de21f2faf0522a7fa4925d (patch)
treef3d1e38b3fe211e31464e817f2d9e99374fd72d9 /source/PluginLua.cpp
parentMerge pull request #55 from mc-server/falldamage-teleport (diff)
downloadcuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.tar
cuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.tar.gz
cuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.tar.bz2
cuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.tar.lz
cuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.tar.xz
cuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.tar.zst
cuberite-c85acd4ece4c35bd58de21f2faf0522a7fa4925d.zip
Diffstat (limited to '')
-rw-r--r--source/PluginLua.cpp (renamed from source/Plugin_NewLua.cpp)6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/Plugin_NewLua.cpp b/source/PluginLua.cpp
index 051e868cf..8adfdbd81 100644
--- a/source/Plugin_NewLua.cpp
+++ b/source/PluginLua.cpp
@@ -1,8 +1,12 @@
+// PluginLua.cpp
+
+// Implements the cPluginLua class representing a plugin written in Lua
+
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#define LUA_USE_POSIX
-#include "Plugin_NewLua.h"
+#include "PluginLua.h"
#include "CommandOutput.h"
extern "C"