mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
CLuainstance: Use lua_Unsigned for color definitions
- Add additional tableLookup() for get lua_Unsigned - Change tableLookup() for int to lua_Integer
This commit is contained in:
@@ -252,7 +252,8 @@ private:
|
||||
static int CPictureDelete(lua_State *L);
|
||||
|
||||
static bool tableLookup(lua_State*, const char*, std::string&);
|
||||
static bool tableLookup(lua_State*, const char*, int&);
|
||||
static bool tableLookup(lua_State*, const char*, lua_Integer&);
|
||||
static bool tableLookup(lua_State*, const char*, lua_Unsigned&);
|
||||
static bool tableLookup(lua_State*, const char*, void**);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user