mirror of https://github.com/bsnes-emu/bsnes.git
14 lines
128 B
C++
14 lines
128 B
C++
|
#if defined(Hiro_Group)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
auto pGroup::construct() -> void {
|
||
|
}
|
||
|
|
||
|
auto pGroup::destruct() -> void {
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|