mirror of https://github.com/libAthena/athena.git
17 lines
121 B
C++
17 lines
121 B
C++
|
#ifndef SOCKET_HPP
|
||
|
#define SOCKET_HPP
|
||
|
|
||
|
namespace Athena
|
||
|
{
|
||
|
namespace net
|
||
|
{
|
||
|
class Socket
|
||
|
{
|
||
|
public:
|
||
|
private:
|
||
|
};
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|