summaryrefslogtreecommitdiff
path: root/src/to_clt/media.rs
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-13 17:13:25 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-13 17:13:25 +0100
commit9e4a1f1be0685e0ba761bf7d851ff7489789d3d3 (patch)
tree13b9c3d13954aae78ef4fddbc00690c233276729 /src/to_clt/media.rs
parent1ae0a6af22559236d2d97a4aaa1e17dbc4da733c (diff)
downloadmt_net-9e4a1f1be0685e0ba761bf7d851ff7489789d3d3.tar.xz
Use improved attributes
Diffstat (limited to 'src/to_clt/media.rs')
-rw-r--r--src/to_clt/media.rs13
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")]