Ignore:
Timestamp:
01/25/17 20:20:45 (8 years ago)
Author:
epyon
Message:
  • lua::stack_proxy RTTI read support
  • missing RTTI declarations
  • new lua::table_guard syntax
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/engine/program_manager.cc

    r539 r540  
    6868        {
    6969                lua::table_guard inctable( table, "files" );
    70                 uint32 count = inctable.get_size();
     70                uint32 count = inctable.size();
    7171                for ( uint32 i = 1; i <= count; ++i )
    7272                {
Note: See TracChangeset for help on using the changeset viewer.