old-hiro/reference/action/item.cpp

16 lines
168 B
C++
Raw Normal View History

2016-05-15 10:45:15 +00:00
namespace phoenix {
void pItem::setImage(const image& image) {
}
void pItem::setText(string text) {
}
void pItem::constructor() {
}
void pItem::destructor() {
}
}