athena/include/Athena/Socket.hpp

17 lines
121 B
C++
Raw Normal View History

2015-10-27 08:16:56 +00:00
#ifndef SOCKET_HPP
#define SOCKET_HPP
namespace Athena
{
namespace net
{
class Socket
{
public:
private:
};
}
}
#endif