mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +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
|