summaryrefslogtreecommitdiff
path: root/include/decoration.h
blob: 4bad93d1f0e065df43892ef3bcfd8fa9f2a519b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef GUARD_DECORATION_H
#define GUARD_DECORATION_H

struct Decoration
{
    u8 id;
    u8 name[16];
    u8 decor_field_11;
    u8 decor_field_12;
    u8 decor_field_13;
    u16 price;
    u8 *description;
    void *tiles;
};

#endif // GUARD_DECORATION_H