16 lines
175 B
C++
Raw Normal View History

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