bsnes/hiro/reference/object.cpp

10 lines
88 B
C++

namespace phoenix {
void pObject::constructor() {
}
void pObject::destructor() {
}
}