diff options
author | madmaxoft <github@xoft.cz> | 2013-08-09 15:15:56 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-09 15:15:56 +0200 |
commit | 7d70a064613e98ea25c1445c8fe68e16c94b6813 (patch) | |
tree | a4729e3512cf8883c482d525cbd3fd8451e84c62 /source/Plugin_NewLua.cpp | |
parent | Added OnExploding() and OnExploded() hooks. (diff) | |
download | cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.tar cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.tar.gz cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.tar.bz2 cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.tar.lz cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.tar.xz cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.tar.zst cuberite-7d70a064613e98ea25c1445c8fe68e16c94b6813.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" |