mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add push_ARGB8 to script/common/c_converter
This commit is contained in:
parent
18c2f16c13
commit
19cbb6b37b
3 changed files with 15 additions and 9 deletions
|
@ -95,6 +95,7 @@ size_t read_stringlist (lua_State *L, int index,
|
|||
std::vector<std::string> *result);
|
||||
|
||||
void push_v3s16 (lua_State *L, v3s16 p);
|
||||
void push_ARGB8 (lua_State *L, video::SColor color);
|
||||
void pushFloatPos (lua_State *L, v3f p);
|
||||
void push_v3f (lua_State *L, v3f p);
|
||||
void push_v2f (lua_State *L, v2f p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue