]> git.localhorst.tv Git - blank.git/blob - src/net/io.hpp
first draft for client/server architecture
[blank.git] / src / net / io.hpp
1 #ifndef BLANK_NET_IO_HPP
2 #define BLANK_NET_IO_HPP
3
4 #include <iosfwd>
5
6
7 namespace blank {
8
9 std::ostream &operator <<(std::ostream &, const IPaddress &);
10
11 }
12
13 #endif