bsnes/hiro/reference/action/item.cpp

16 lines
168 B
C++
Raw Normal View History

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