Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2009, 4:29:42 PM (16 years ago)
Author:
rgrieder
Message:

Update to tolua 1.0.93

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/tolua/tolua.c

    r2710 r3127  
    5050         "  -E  value[=value] : add extra values to the luastate\n"
    5151         "  -t       : export a list of types asociates with the C++ typeid name\n"
     52         "  -q       : don't print warnings to the console\n"
    5253         "  -h       : print this message.\n"
    5354         "Should the input file be omitted, stdin is assumed;\n"
     
    149150     case 'E': add_extra(L,argv[++i]); break;
    150151     case 't': setfield(L,t,"t",""); break;
     152     case 'q': setfield(L,t,"q",""); break;
    151153     default: error(argv[i]); break;
    152154    }
Note: See TracChangeset for help on using the changeset viewer.