Changeset 540 for trunk/src/core


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/core/types.cc

    r505 r540  
    2828        db->create_type<ivec4>();
    2929        db->create_type<quat>();
     30        db->create_type<shash32>();
     31        db->create_type<shash64>();
    3032        db->create_type<string32>();
    3133        db->create_type<string64>();
Note: See TracChangeset for help on using the changeset viewer.