diff options
| author | Alexander Pickering <alex@cogarr.net> | 2018-08-12 15:01:49 -0400 |
|---|---|---|
| committer | Alexander Pickering <alex@cogarr.net> | 2018-08-12 15:01:49 -0400 |
| commit | 57a195bb6bcdcee16824a669270946ff284f629b (patch) | |
| tree | 4f723e9eb62498c7ab0b54145c2ffc0c4254a316 /src/client/lua_api/gui/iguiutil.hpp | |
| parent | dc9cd82e80338a20b71db662abb6192aff118fe3 (diff) | |
| download | brokengine-57a195bb6bcdcee16824a669270946ff284f629b.tar.gz brokengine-57a195bb6bcdcee16824a669270946ff284f629b.tar.bz2 brokengine-57a195bb6bcdcee16824a669270946ff284f629b.zip | |
Deleted old skin and util files
Skin file needs to be rewritten, util files has been moved to
shared/lua_api/common.cpp
Diffstat (limited to 'src/client/lua_api/gui/iguiutil.hpp')
| -rw-r--r-- | src/client/lua_api/gui/iguiutil.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/client/lua_api/gui/iguiutil.hpp b/src/client/lua_api/gui/iguiutil.hpp deleted file mode 100644 index f8b4b92..0000000 --- a/src/client/lua_api/gui/iguiutil.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __IGUIUTIL_H__ -#define __IGUIUTIL_H__ -extern "C" { - #include <lua.h> - #include <lauxlib.h> - #include <lualib.h> -} -#include <irrlicht.h> - -int lua_popvector2(lua_State* L,int pos, float* x, float* y); - -int lua_popvector2i(lua_State* L,int pos, int* x, int* y); - -int lua_popscolor(lua_State* L, int pos, irr::video::SColor* c); -#endif |
