ManaPlus
|
#include "enums/resources/item/itemsoundevent.h"
#include "utils/vector.h"
#include <map>
#include <string>
#include "localconsts.h"
Go to the source code of this file.
Data Structures | |
struct | SoundInfo |
Typedefs | |
typedef std::vector< SoundInfo > | SoundInfoVect |
typedef std::map< ItemSoundEvent::Type, SoundInfoVect * > | ItemSoundEvents |
typedef std::map<ItemSoundEvent::Type, SoundInfoVect*> ItemSoundEvents |
Definition at line 50 of file soundinfo.h.
typedef std::vector<SoundInfo> SoundInfoVect |
Definition at line 49 of file soundinfo.h.