Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6649 in orxonox.OLD for trunk/src/util/loading/resource_manager.h


Ignore:
Timestamp:
Jan 21, 2006, 7:13:13 PM (18 years ago)
Author:
bensch
Message:

trunk: resourceManager::resourceCount();

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/resource_manager.h

    r6648 r6649  
    122122  char* toResourcableString(unsigned int i);
    123123  bool fromResourceableString(const char* resourceableString);
     124  /** @returns the Count of Resources the ResourceManager handles */
     125  unsigned int resourceCount() const { return this->resourceList.size(); }
    124126
    125127  void debug() const;
Note: See TracChangeset for help on using the changeset viewer.