10 #include "engines/grim/lua/lobject.h" 14 TProtoFunc *luaF_newproto();
15 Closure *luaF_newclosure(int32 nelems);
16 void luaF_freeproto(TProtoFunc *l);
17 void luaF_freeclosure(
Closure *l);
19 char *luaF_getlocalname (TProtoFunc *func, int32 local_number, int32 line);
Definition: lobject.h:309