summaryrefslogtreecommitdiff
path: root/src/to_clt/media.rs
blob: a6ecd32c119bd1f7721e327e1ae80fdc3cbe5b78 (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 = "u16")]
pub enum SoundSrcType {
    Nowhere = 0,
    Pos,
    Obj,
}