summaryrefslogtreecommitdiffstats
path: root/source/PluginLua.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-19 09:39:18 +0200
committermadmaxoft <github@xoft.cz>2013-08-19 09:39:18 +0200
commit493100bdb0f78073fb9377a5ff09756877b199ac (patch)
tree4bfabd654c28c51426e4565e1e7a4c19edfca66d /source/PluginLua.h
parentImplemented the OnWorldTick hook. (diff)
downloadcuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar
cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.gz
cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.bz2
cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.lz
cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.xz
cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.zst
cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.zip
Diffstat (limited to 'source/PluginLua.h')
-rw-r--r--source/PluginLua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/PluginLua.h b/source/PluginLua.h
index 14bfda9e8..300fadc8b 100644
--- a/source/PluginLua.h
+++ b/source/PluginLua.h
@@ -28,15 +28,15 @@ class cWindow;
// tolua_begin
-class cPlugin_NewLua :
+class cPluginLua :
public cPlugin,
public cWebPlugin
{
public:
// tolua_end
- cPlugin_NewLua( const AString & a_PluginDirectory );
- ~cPlugin_NewLua();
+ cPluginLua( const AString & a_PluginDirectory );
+ ~cPluginLua();
virtual void OnDisable(void) override;
virtual bool Initialize(void) override;