summaryrefslogtreecommitdiff
path: root/src/31_Shop/Actor/ActorItemSeller.cpp
blob: c6d746af5a6d133adb71915209f31f85042832a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "Actor/Character/ActorItemSeller.hpp"

ActorItemSeller *ActorItemSeller1::Create() {}
ActorItemSeller *ActorItemSeller2::Create() {}
ActorItemSeller *ActorItemSeller3::Create() {}

bool ActorItemSeller::Init() {}
void ActorItemSeller::vfunc_114() {}
void ActorItemSeller::vfunc_f4() {}
void ActorItemSeller::vfunc_f8() {}
void ActorItemSeller::vfunc_fc() {}
void ActorItemSeller::vfunc_100() {}
void ActorItemSeller::vfunc_104() {}
void ActorItemSeller::vfunc_118() {}

unk32 ActorItemSeller::vfunc_d4() {}

void ActorItemSeller::vfunc_108() {}
void ActorItemSeller::vfunc_10c() {}
void ActorItemSeller::vfunc_110() {}
ActorItemSeller::~ActorItemSeller() {}