|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <style.h>
Classes | |
| struct | Part |
Public Member Functions | |
| Style (Riff &riff) | |
| const Part * | findPart (const GUID &guid) const |
Public Attributes | |
| GUID | guid |
| DMUS_IO_STYLE | styh |
| std::vector< Band > | band |
| std::vector< Part > | parts |
| std::vector< Pattern > | patterns |
| const Style::Part * Style::findPart | ( | const GUID & | guid | ) | const |
| DMUS_IO_STYLE Dx8::Style::styh |