diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2017-01-02 19:34:09 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2017-01-02 19:34:09 +0100 |
| commit | 1f280cb06cc579c2a98d215e202dc0642fb40a3d (patch) | |
| tree | 30a19973594d30792947aa624e7bf585eaa0cf40 /System.c4g/IDs.c | |
| download | DTTubeMail.c4d-1f280cb06cc579c2a98d215e202dc0642fb40a3d.tar.gz DTTubeMail.c4d-1f280cb06cc579c2a98d215e202dc0642fb40a3d.zip | |
Initial
Diffstat (limited to 'System.c4g/IDs.c')
| -rw-r--r-- | System.c4g/IDs.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/System.c4g/IDs.c b/System.c4g/IDs.c new file mode 100644 index 0000000..3ddc963 --- /dev/null +++ b/System.c4g/IDs.c @@ -0,0 +1,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; |
