8 #ifndef __NETWORK_BUTTON_H__
9 #define __NETWORK_BUTTON_H__
11 #include "Buttons/Button.h"
17 NetworkButton(
const std::string &tableName,
const std::string &field);
18 NetworkButton(std::shared_ptr<ITable> table,
const std::string &field);
24 std::shared_ptr<ITable> m_netTable;