Olive
project
selection.h
1
#ifndef SELECTION_H
2
#define SELECTION_H
3
4
struct
Selection
{
5
long
in;
6
long
out;
7
int
track;
8
9
long
old_in;
10
long
old_out;
11
int
old_track;
12
13
bool
trim_in;
14
};
15
16
#endif // SELECTION_H
Selection
Definition:
selection.h:4
Generated by
1.8.15