mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
151 B
C++
12 lines
151 B
C++
|
void pItem::setImage(const image &image) {
|
||
|
}
|
||
|
|
||
|
void pItem::setText(const string &text) {
|
||
|
}
|
||
|
|
||
|
void pItem::constructor() {
|
||
|
}
|
||
|
|
||
|
void pItem::destructor() {
|
||
|
}
|