Crossfire Server, Trunk
ResourcesManager.h File Reference
+ Include dependency graph for ResourcesManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  AssetWrapperManager< A, W >
 
class  ResourcesManager
 

Typedefs

typedef std::function< bool(ArchetypeUse use, const archetype *, const treasurelist *, const CREMapInformation *, recipe *)> AssetUseCallback
 

Enumerations

enum  ArchetypeUse {
  OTHER_ARCH, DEATH_ANIM, TREASURE_USE, MAP_USE,
  RANDOM_MAP_FINAL_EXIT, ALCHEMY_PRODUCT
}
 

Typedef Documentation

◆ AssetUseCallback

typedef std::function<bool(ArchetypeUse use, const archetype*, const treasurelist*, const CREMapInformation*, recipe*)> AssetUseCallback

Definition at line 75 of file ResourcesManager.h.

Enumeration Type Documentation

◆ ArchetypeUse

Enumerator
OTHER_ARCH 
DEATH_ANIM 
TREASURE_USE 
MAP_USE 
RANDOM_MAP_FINAL_EXIT 
ALCHEMY_PRODUCT 

Definition at line 66 of file ResourcesManager.h.