Changeset 380 for trunk/src/engine
- Timestamp:
- 05/29/15 17:28:16 (10 years ago)
- Location:
- trunk/src/engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine/program_manager.cc
r368 r380 46 46 } 47 47 48 void nv::program_manager::load_source( lua::table_guard& table, st ring& out, conststring& append )48 void nv::program_manager::load_source( lua::table_guard& table, std::string& out, const std::string& append ) 49 49 { 50 50 out = append; -
trunk/src/engine/resource_system.cc
r368 r380 36 36 } 37 37 38 nv::resource_type_id nv::resource_system::register_resource_type( const st ring& /*name*/, resource_manager_base* /*manager*/ )38 nv::resource_type_id nv::resource_system::register_resource_type( const std::string& /*name*/, resource_manager_base* /*manager*/ ) 39 39 { 40 40 return 0; 41 41 } 42 42 43 nv::resource_type_id nv::resource_system::get_resource_type_id( const st ring& /*name*/ ) const43 nv::resource_type_id nv::resource_system::get_resource_type_id( const std::string& /*name*/ ) const 44 44 { 45 45 return 0;
Note: See TracChangeset
for help on using the changeset viewer.