summaryrefslogtreecommitdiffstats
path: root/source/PluginLua.cpp
diff options
context:
space:
mode:
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"