Ignore:
Timestamp:
07/04/16 20:05:33 (9 years ago)
Author:
epyon
Message:
  • temporary add_base_path for image manager
  • random - warning fix
  • debug_draw - shader upgrade
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/engine/image_manager.hh

    r487 r504  
    2828        public:
    2929                image_manager() {}
     30                void add_base_path( const string_view& path );
    3031        protected:
    3132                virtual bool load_resource( const string_view& id );
     33                vector< string128 > m_paths;
    3234        };
    3335
Note: See TracChangeset for help on using the changeset viewer.