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 eeae444b1d Moved display_text_centered() into a separate file, since I could possibly extend this file with other raygui helper functions 7 months ago
..
raygui Added raygui header file, and dark mode header file 7 months ago
raylib-cpp Added raylib-cpp header files to my project 9 months ago
ball.hpp Split 'Ball' class into header and implementation files 8 months ago
check_input.hpp Filled out implementation of check_client function 7 months ago
client.hpp Changed the recvAll return type from std::string to char pointer, and created a non-blocking version of the function 8 months ago
connect_code.hpp Updated header file to reflect recent change in implementation file 8 months ago
easysock.h Converted easysock from CPP to C, because it was mostly just C code anyways 7 months ago
exception_consts.hpp Added new exception constants 8 months ago
numeric_base.hpp Used unsigned int instead of int when converting to base-10 8 months ago
paddle.hpp Created method to set position of paddle 8 months ago
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 Made the 'recvAll' function return a char pointer instead of a std::string, this is better for portability. Also created a non-blocking version of the function. 8 months ago
sock.hpp Replaced 'linux' with '__unix__' because the same header files are included on macOS as well. 8 months ago
timer.h Split timer into header and implementation file 7 months ago