Files
2026-05-28 17:55:54 +02:00

17 lines
230 B
C++

#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