mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
fix guild order, add copy id guild, add broken zlib, start member list
This commit is contained in:
9
components/memberlist.cpp
Normal file
9
components/memberlist.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "memberlist.hpp"
|
||||
|
||||
MemberList::MemberList() {
|
||||
m_main = Gtk::manage(new Gtk::Box);
|
||||
}
|
||||
|
||||
Gtk::Widget *MemberList::GetRoot() const {
|
||||
return m_main;
|
||||
}
|
||||
Reference in New Issue
Block a user