diff options
Diffstat (limited to '')
-rw-r--r-- | source/PluginLua.h (renamed from source/Plugin_NewLua.h) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/Plugin_NewLua.h b/source/PluginLua.h index dc9546c8b..5c0ff3f0d 100644 --- a/source/Plugin_NewLua.h +++ b/source/PluginLua.h @@ -1,4 +1,12 @@ +// PluginLua.h + +// Declares the cPluginLua class representing a plugin written in Lua + + + + + #pragma once #include "Plugin.h" |