OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
segment.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
#include "
riff.h
"
5
#include "
track.h
"
6
7
namespace
Dx8
{
8
9
class
Segment
final {
10
public
:
11
Segment
()=
default
;
12
Segment
(
Riff
& input);
13
14
std::vector<Track>
track
;
15
16
private
:
17
void
implReadList(
Riff
&ch);
18
};
19
20
}
Dx8::Riff
Definition
riff.h:12
Dx8::Segment
Definition
segment.h:9
Dx8::Segment::Segment
Segment()=default
Dx8::Segment::track
std::vector< Track > track
Definition
segment.h:14
Dx8
Definition
band.h:10
riff.h
track.h
game
dmusic
segment.h
Generated by
1.9.8