Ignore:
Timestamp:
09/17/14 14:40:19 (11 years ago)
Author:
epyon
Message:
  • added lua::stack_assert - will come in use later
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_area.cc

    r319 r334  
    403403static int luaopen_area( lua_State * L )
    404404{
     405        NV_LUA_STACKASSERT( L, 0 );
    405406        static const struct luaL_Reg nlua_area_sf [] = {
    406407                { "new",            nlua_area_new },
Note: See TracChangeset for help on using the changeset viewer.