1 2 3 4 5 6 7 8
#pragma once namespace mmap { void thread(tcp::client& client); void map32(tcp::client& client); void map64(tcp::client& client); };