|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <dlscollection.h>
Public Member Functions | |
| Instrument (Riff &c) | |
Public Attributes | |
| Info | info |
| InstrumentHeader | header |
| std::vector< Region > | regions |
| std::vector< Articulator > | articulators |
Definition at line 89 of file dlscollection.h.
| DlsCollection::Instrument::Instrument | ( | Riff & | c | ) |
Definition at line 59 of file dlscollection.cpp.
| std::vector<Articulator> Dx8::DlsCollection::Instrument::articulators |
Definition at line 96 of file dlscollection.h.
| InstrumentHeader Dx8::DlsCollection::Instrument::header |
Definition at line 94 of file dlscollection.h.
| Info Dx8::DlsCollection::Instrument::info |
Definition at line 93 of file dlscollection.h.
| std::vector<Region> Dx8::DlsCollection::Instrument::regions |
Definition at line 95 of file dlscollection.h.