aboutsummaryrefslogtreecommitdiff
path: root/models/blender/gleis/infos/Grafik_weiche.png
Commit message (Expand)AuthorAge
* Revert "remove all .blend and additional files that are not part of the mod f...Gabriel PĂ©rez-Cerezo2016-10-23
* remove all .blend and additional files that are not part of the mod from the ...orwell962016-10-22
* Tidy up the workspaceorwell962016-08-25
/span>lua_State *L, int nelems, Table *e); LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems, Table *e); LUAI_FUNC UpVal *luaF_newupval (lua_State *L); LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level); LUAI_FUNC void luaF_close (lua_State *L, StkId level); LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f); LUAI_FUNC void luaF_freeclosure (lua_State *L, Closure *c); LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv); LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number, int pc); #endif