aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/industrial/industry_loc.blend11
diff options
context:
space:
mode:
Diffstat (limited to 'assets/blender/industrial/industry_loc.blend11')
0 files changed, 0 insertions, 0 deletions
er of elements in the enum */ } TMS; #define gfasttm(g,et,e) ((et) == NULL ? NULL : \ ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e])) #define fasttm(l,et,e) gfasttm(G(l), et, e) LUAI_DATA const char *const luaT_typenames[]; LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename); LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event); LUAI_FUNC void luaT_init (lua_State *L); #endif