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.h | |
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.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" |