mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 14:42:33 +01:00
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
|