summaryrefslogtreecommitdiff
path: root/include/object/houseSign.h
blob: c437adee2e3e6512ec6223ca9d6ec4ad81f904e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef HOUSESIGN_H
#define HOUSESIGN_H

#include "entity.h"

typedef struct {
    /*0x00*/ Entity base;
    /*0x68*/ u8 unused1[24];
    /*0x80*/ s16 unk_80;
    /*0x82*/ s16 unk_82;
} HouseSignEntity;

#endif // HOUSESIGN_H