Client
C++ Windows client built with CMake
Last updated
C++ Windows client built with CMake
Last updated
The client code lives in client/
. It has two classes:
tcp_stream
defined in include/comm.hpp, implemented in src/comm.cpp
Controller
defined in include/controller.hpp, implemented in src/controller.cpp
The program entrypoint and primary loop is located in src/client.cpp
.