lapi.h
上传用户:yisoukefu
上传日期:2020-08-09
资源大小:39506k
文件大小:0k
源码类别:

其他游戏

开发平台:

Visual C++

  1. /*
  2. ** $Id: lapi.h,v 2.2 2005/04/25 19:24:10 roberto Exp $
  3. ** Auxiliary functions from Lua API
  4. ** See Copyright Notice in lua.h
  5. */
  6. #ifndef lapi_h
  7. #define lapi_h
  8. #include "lobject.h"
  9. LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
  10. #endif