summaryrefslogtreecommitdiff
path: root/src/to_clt/media.rs
blob: 50c709fb9e536a35151c6557263b537c92b77dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
use super::*;

#[mt_derive(to = "clt")]
pub struct TileAnim; // TODO

#[mt_derive(to = "clt")]
pub struct ItemDef; // TODO

#[mt_derive(to = "clt")]
pub struct NodeDef; // TODO

#[mt_derive(to = "clt")]
pub struct NodeMeta; // TODO

#[mt_derive(to = "clt", repr = "u8")]
pub enum SoundSrcType {
    Nowhere = 0,
    Pos,
    Obj,
}