diff options
author | madmaxoft <github@xoft.cz> | 2013-08-19 09:39:18 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-19 09:39:18 +0200 |
commit | 493100bdb0f78073fb9377a5ff09756877b199ac (patch) | |
tree | 4bfabd654c28c51426e4565e1e7a4c19edfca66d /source/LuaState.h | |
parent | Implemented the OnWorldTick hook. (diff) | |
download | cuberite-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/LuaState.h')
-rw-r--r-- | source/LuaState.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/LuaState.h b/source/LuaState.h index 50b5b6fcf..0eae8206d 100644 --- a/source/LuaState.h +++ b/source/LuaState.h @@ -46,7 +46,7 @@ class cCraftingGrid; class cCraftingRecipe; struct TakeDamageInfo; class cWindow; -class cPlugin_NewLua; +class cPluginLua; struct HTTPRequest; class cWebAdmin; struct HTTPTemplateRequest; @@ -172,7 +172,7 @@ public: void Push(const cCraftingRecipe * a_Recipe); void Push(TakeDamageInfo * a_TDI); void Push(cWindow * a_Window); - void Push(cPlugin_NewLua * a_Plugin); + void Push(cPluginLua * a_Plugin); void Push(const HTTPRequest * a_Request); void Push(cWebAdmin * a_WebAdmin); void Push(const HTTPTemplateRequest * a_Request); |