mirror of https://github.com/bsnes-emu/bsnes.git
20 lines
281 B
C++
20 lines
281 B
C++
|
#if defined(Hiro_ListView)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
auto pListViewHeader::construct() -> void {
|
||
|
}
|
||
|
|
||
|
auto pListViewHeader::destruct() -> void {
|
||
|
}
|
||
|
|
||
|
auto pListViewHeader::append(sListViewColumn column) -> void {
|
||
|
}
|
||
|
|
||
|
auto pListViewHeader::remove(sListViewColumn column) -> void {
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|