xoreos  0.0.5
Classes | Namespaces
fevfile.h File Reference

A loader for FEV (FMOD Event) files. More...

#include <map>
#include <boost/variant.hpp>
#include "src/common/readstream.h"
#include "src/common/ustring.h"
Include dependency graph for fevfile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Aurora::FEVFile
 An FEV file is used to define events for the FMOD system and categorize them. More...
 
struct  Aurora::FEVFile::Property
 Some objects in FMOD can have generic properties. More...
 
struct  Aurora::FEVFile::WaveBank
 Reference to an external wave bank. More...
 
struct  Aurora::FEVFile::Category
 A category which is organized hierarchically. More...
 
struct  Aurora::FEVFile::EventCategory
 An event category for storing events. More...
 
struct  Aurora::FEVFile::Event
 An FMOD event. More...
 
struct  Aurora::FEVFile::SoundDefinition
 A sound definition. More...
 

Namespaces

 Aurora
 

Detailed Description

A loader for FEV (FMOD Event) files.

Definition in file fevfile.h.