summaryrefslogtreecommitdiff
path: root/include/d/d_npc_lib.h
blob: 378ec4ec4dab14d60acad47aa4518019200223e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef D_D_NPC_LIB_H
#define D_D_NPC_LIB_H

#include "d/com/d_com_inf_game.h"

class dNpcLib_lookat_c {
public:
    /* 80251314 */ dNpcLib_lookat_c();
    /* 8025140C */ void init(J3DModel*, int*, csXyz*, csXyz*);
    /* 80251534 */ void action(cXyz, cXyz, fopAc_ac_c*, f32 (*)[4], int);
    /* 80251B60 */ void dbView();
    /* 80251B64 */ void setPrm();
    /* 80251EF8 */ void update();
    /* 80252018 */ int limitter(s16*, s16, s16, s16);
    /* 80252094 */ virtual ~dNpcLib_lookat_c();

    /* 0x04 */ cXyz field_0x04[4];
    /* 0x34 */ csXyz field_0x34[4];
    /* 0x4C */ csXyz field_0x4c[4];
    /* 0x64 */ csXyz field_0x64[4];
    /* 0x7C */ csXyz field_0x7c[4];
    /* 0x94 */ csXyz field_0x94[4];
    /* 0xAC */ f32 field_0xac[4];
    /* 0xBC */ s32 field_0xbc[4];
    /* 0xCC */ s32 mCount;
};

#endif /* D_D_NPC_LIB_H */