summaryrefslogtreecommitdiff
path: root/src/to_clt/media.rs
blob: 2cd516b4f796a59db8e99a7850c18bdc5f39bf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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", repr = "u8")]
pub enum SoundSrcType {
    Nowhere = 0,
    Pos,
    Obj,
}