summaryrefslogtreecommitdiff
path: root/src/31_Shop/Actor/ActorItemSeller.cpp
blob: fd1f9a4d0eebaf95cd6493de00ec7dd993bc1f00 (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() {}
unk32 ActorItemSeller::vfunc_114(unk32 param1) {}
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() {}