Changeset 551 for trunk/src/lua/lua_proxy.cc
- Timestamp:
- 03/14/17 16:44:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_proxy.cc
r541 r551 76 76 } 77 77 78 const nv::type_database* nv::lua::stack_proxy::get_type_db() const 79 { 80 NV_ASSERT( m_state->get_type_data(), "type database not created!" ); 81 return m_state->get_type_data()->get_type_database(); 82 } 83 78 84 nv::string_view nv::lua::stack_proxy::get_string_view() const 79 85 {
Note: See TracChangeset
for help on using the changeset viewer.