mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
9 lines
194 B
C++
9 lines
194 B
C++
#include "network/socket.hpp"
|
|
|
|
namespace wowee {
|
|
namespace network {
|
|
|
|
// Base class implementation (empty - pure virtual methods in derived classes)
|
|
|
|
} // namespace network
|
|
} // namespace wowee
|