OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
band.h
Go to the documentation of this file.
1#pragma once
2
3#include "info.h"
4#include "reference.h"
5#include "riff.h"
6#include "structs.h"
7
8#include <vector>
9
10namespace Dx8 {
11
12class Band final {
13 public:
14 Band(Riff &input);
15
22
26 std::vector<Instrument> intrument;
27
28 private:
29 void implRead(Riff &input);
30 };
31
32}
std::vector< Instrument > intrument
Definition band.h:26
Unfo info
Definition band.h:25
DMUS_IO_VERSION vers
Definition band.h:24
GUID guid
Definition band.h:23
Definition band.h:10
Reference reference
Definition band.h:20
DMUS_IO_INSTRUMENT header
Definition band.h:19