diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-02-13 17:13:25 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-02-13 17:13:25 +0100 |
commit | 9e4a1f1be0685e0ba761bf7d851ff7489789d3d3 (patch) | |
tree | 13b9c3d13954aae78ef4fddbc00690c233276729 /src/to_clt/media.rs | |
parent | 1ae0a6af22559236d2d97a4aaa1e17dbc4da733c (diff) | |
download | mt_net-9e4a1f1be0685e0ba761bf7d851ff7489789d3d3.tar.xz |
Use improved attributes
Diffstat (limited to 'src/to_clt/media.rs')
-rw-r--r-- | src/to_clt/media.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/to_clt/media.rs b/src/to_clt/media.rs index 0dd1f3d..a6ecd32 100644 --- a/src/to_clt/media.rs +++ b/src/to_clt/media.rs @@ -1,19 +1,6 @@ use super::*; #[mt_derive(to = "clt")] -pub struct MediaAnnounce { - pub name: String, - pub base64_sha1: String, -} - -#[mt_derive(to = "clt")] -pub struct MediaPayload { - pub name: String, - #[mt(len32)] - pub data: Vec<u8>, -} - -#[mt_derive(to = "clt")] pub struct TileAnim; // TODO #[mt_derive(to = "clt")] |