mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Added Thread:isRunning
This commit is contained in:
@@ -33,6 +33,7 @@ LuaThread *luax_checkthread(lua_State *L, int idx);
|
||||
int w_Thread_start(lua_State *L);
|
||||
int w_Thread_wait(lua_State *L);
|
||||
int w_Thread_getError(lua_State *L);
|
||||
int w_Thread_isRunning(lua_State *L);
|
||||
|
||||
extern "C" int luaopen_thread(lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user