ManaPlus
Data Structures | Typedefs
soundinfo.h File Reference

(986a3bf)

#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< SoundInfoSoundInfoVect
 
typedef std::map< ItemSoundEvent::Type, SoundInfoVect * > ItemSoundEvents
 

Typedef Documentation

◆ ItemSoundEvents

Definition at line 50 of file soundinfo.h.

◆ SoundInfoVect

typedef std::vector<SoundInfo> SoundInfoVect

Definition at line 49 of file soundinfo.h.