Ignore:
Timestamp:
08/21/14 04:02:01 (11 years ago)
Author:
epyon
Message:
  • created core module and moved all free source files there
  • took the opportunity to update all copyright lines and minor cleanup
  • minor fixes
  • not all examples are up to date
File:
1 edited

Legend:

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

    r316 r319  
    66
    77#include "nv/engine/resource_system.hh"
    8 #include "nv/range.hh"
     8#include "nv/core/range.hh"
    99#include "nv/lua/lua_nova.hh"
    1010
     
    3838}
    3939
    40 nv::resource_type_id nv::resource_system::register_resource_type( const string& name, resource_manager_base* manager )
     40nv::resource_type_id nv::resource_system::register_resource_type( const string& /*name*/, resource_manager_base* /*manager*/ )
    4141{
    4242        return 0;
    4343}
    4444
    45 nv::resource_type_id nv::resource_system::get_resource_type_id( const string& name ) const
     45nv::resource_type_id nv::resource_system::get_resource_type_id( const string& /*name*/ ) const
    4646{
    4747        return 0;
    4848}
    4949
    50 void nv::resource_system::initialize( lua::state* a_lua_state )
     50void nv::resource_system::initialize( lua::state* /*a_lua_state*/ )
    5151{
    5252
Note: See TracChangeset for help on using the changeset viewer.