diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2018-04-11 19:08:48 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2018-04-11 19:08:48 -0400 |
| commit | 9555bf488cb82c079853a1711c3e903003f5b242 (patch) | |
| tree | ebb83a465bdeec9ac0b8af9cbacb75551a41a192 /src/client/lua_api/gui/iguibutton.hpp | |
| parent | 6cf098e3450ba99c238cf0499c6cecaa246f4d50 (diff) | |
| download | brokengine-9555bf488cb82c079853a1711c3e903003f5b242.tar.gz brokengine-9555bf488cb82c079853a1711c3e903003f5b242.tar.bz2 brokengine-9555bf488cb82c079853a1711c3e903003f5b242.zip | |
GUI buttons use metatables
GUI buttons now use metatables, and are dependent on some of the
shared code. Makefile updated accordingly
Diffstat (limited to 'src/client/lua_api/gui/iguibutton.hpp')
| -rw-r--r-- | src/client/lua_api/gui/iguibutton.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/lua_api/gui/iguibutton.hpp b/src/client/lua_api/gui/iguibutton.hpp index 4059767..abccbf0 100644 --- a/src/client/lua_api/gui/iguibutton.hpp +++ b/src/client/lua_api/gui/iguibutton.hpp @@ -8,4 +8,4 @@ extern "C" { } #include <irrlicht.h> -int iguibutton_register(lua_State* L, irr::IrrlichtDevice* d); +int iguibutton_register(lua_State* L); |
