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

12 lines
151 B
C++
Raw Normal View History

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