1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 01:25:20 +02:00

Add push_ARGB8 to script/common/c_converter

This commit is contained in:
TeTpaAka
2015-05-15 22:16:39 +02:00
committed by kwolekr
parent 18c2f16c13
commit 19cbb6b37b
3 changed files with 15 additions and 9 deletions

View File

@@ -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);