blob: 4a7f45f8d5ec3b6ec8d39811a3238b94c17f27a3 (
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;
|