15 lines
168 B
C++
15 lines
168 B
C++
namespace phoenix {
|
|
|
|
void pItem::setImage(const image& image) {
|
|
}
|
|
|
|
void pItem::setText(string text) {
|
|
}
|
|
|
|
void pItem::constructor() {
|
|
}
|
|
|
|
void pItem::destructor() {
|
|
}
|
|
|
|
}
|