mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-24 07:02:27 +01:00
10 lines
88 B
C++
10 lines
88 B
C++
|
namespace phoenix {
|
||
|
|
||
|
void pObject::constructor() {
|
||
|
}
|
||
|
|
||
|
void pObject::destructor() {
|
||
|
}
|
||
|
|
||
|
}
|