summaryrefslogtreecommitdiff
path: root/include/d/a/npc/d_a_npc_inv.h
blob: ff0d14b33dca47eaede3fd255c36e23bcb3c64a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef D_A_NPC_INV_H
#define D_A_NPC_INV_H

#include "d/a/npc/d_a_npc.h"

class dAcNpcInv_c : public dAcNpc_c {
public:
    dAcNpcInv_c() {}
    virtual ~dAcNpcInv_c() {}

    s32 getActualFlowNpcId() const;

private:
};

#endif