old-hiro/reference/action/item.cpp
2016-05-15 12:45:15 +02:00

15 lines
168 B
C++

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