blob: 3ddc963f8951d2ee70e42052c317bcde7b11c887 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#strict 2
static const DT_TubeMail_Carrier = TC7I;
static const DT_TubeMail_Distributor = DS7I;
static const DT_TubeMail_Extractor = EX7I;
static const DT_TubeMail_Filler = FI7I;
static const DT_TubeMail_Transmitter = TX7I;
static const DT_TubeMail_TubeKit = TK7I;
static const DT_TubeMail_Tube = TU7I;
static const DT_TubeMail_Utility = UT7I;
|