You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aadhavan Srinivasan 0058e7e411 Removed ip_ver parameter
I removed this because I realized I could just check the IP version inside
the constructor. The Sock constructor now checks the address passed to it.
Like before, if the address is neither v4 nor v6, an exception is thrown.
Since the Server and Client constructors call the Sock constructor, no change
was required in these files, except passing the right number of parameters.
7 months ago
..
raygui Added raygui header file, and dark mode header file 7 months ago
raylib-cpp
ball.hpp
check_input.hpp Filled out implementation of check_client function 7 months ago
client.hpp Removed ip_ver parameter 7 months ago
connect_code.hpp
easysock.h Converted easysock from CPP to C, because it was mostly just C code anyways 7 months ago
exception_consts.hpp
numeric_base.hpp
paddle.hpp
raygui_helpers.hpp Moved display_text_centered() into a separate file, since I could possibly extend this file with other raygui helper functions 7 months ago
serialization.h Added a boolean field to the struct, to indicate whether the game should be quit or not 8 months ago
server.hpp Removed ip_ver parameter 7 months ago
sock.hpp Removed ip_ver parameter 7 months ago
timer.h Split timer into header and implementation file 7 months ago