bsnes/higan/phoenix/reference/action/item.cpp

16 lines
175 B
C++
Executable File

namespace phoenix {
void pItem::setImage(const image &image) {
}
void pItem::setText(const string &text) {
}
void pItem::constructor() {
}
void pItem::destructor() {
}
}