summaryrefslogtreecommitdiffstats
path: root/source/Plugin_NewLua.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-09 15:15:56 +0200
committermadmaxoft <github@xoft.cz>2013-08-09 15:15:56 +0200
commit7d70a064613e98ea25c1445c8fe68e16c94b6813 (patch)
treea4729e3512cf8883c482d525cbd3fd8451e84c62 /source/Plugin_NewLua.h
parentAdded OnExploding() and OnExploded() hooks. (diff)
downloadcuberite-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.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"