seqlua

diff seqlualib.h @ 8:144f0bddee2b

Pass value as argument to __call metamethod
author jbe
date Wed Aug 20 04:24:08 2014 +0200 (2014-08-20)
parents 47f9b323d68c
children a95fbd16473f
line diff
     1.1 --- a/seqlualib.h	Wed Aug 20 01:59:55 2014 +0200
     1.2 +++ b/seqlualib.h	Wed Aug 20 04:24:08 2014 +0200
     1.3 @@ -3,6 +3,8 @@
     1.4  
     1.5  typedef struct {
     1.6    lua_State *L;
     1.7 +  int idx;
     1.8 +  int callargidx;
     1.9    int itertype;
    1.10    lua_Integer i;
    1.11  } seqlua_Iterator;

Impressum / About Us