mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 00:00:13 +00:00
10 lines
194 B
C++
10 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
|