/[enigma]/enigma/lib-src/libtolua/tolua_tt.h
ViewVC logotype

Diff of /enigma/lib-src/libtolua/tolua_tt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Sun Jan 5 20:04:45 2003 UTC revision 1.2 by reallysoft, Mon May 19 12:12:43 2003 UTC
# Line 17  Line 17 
17  #define tolua_tt_h  #define tolua_tt_h
18    
19  void  toluaI_tt_init (lua_State* L);  void  toluaI_tt_init (lua_State* L);
20  void  toluaI_tt_register (lua_State* L, int tag, char* type);  void  toluaI_tt_register (lua_State* L, int tag, const char* type);
21  void  toluaI_tt_class (lua_State* L, int lo, char* derived, char* base);  void  toluaI_tt_class (lua_State* L, int lo, const char* derived, const char* base);
22  void  toluaI_tt_sethierarchy (lua_State* L, int tag, int btag);  void  toluaI_tt_sethierarchy (lua_State* L, int tag, int btag);
23  int   toluaI_tt_isusertype (lua_State* L, int lo);  int   toluaI_tt_isusertype (lua_State* L, int lo);
24  int   toluaI_tt_gettag (lua_State* L, char* type);  int   toluaI_tt_gettag (lua_State* L, char* type);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26