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 fa0cadfabf Moved serialization files into submodule 9 months ago
..
raygui Added raygui header file, and dark mode header file 10 months ago
raylib-cpp Added raylib-cpp header files to my project 11 months ago
ball.hpp Split 'Ball' class into header and implementation files 10 months ago
check_input.hpp Replaced display_text_centered() with the environment-agnostic display_text() function; Changed function to include parameter to indicate environment type 9 months ago
client.hpp Removed ip_ver parameter 10 months ago
connect_code.hpp Updated header file to reflect recent change in implementation file 10 months ago
display_text.hpp Created a file that contains functions for agnostic text output 9 months ago
easysock.h Define WIN32_LEAN_AND_MEAN to avoid including windows.h, when including winsock2.h 9 months ago
exception_consts.hpp Added new exception constants 10 months ago
numeric_base.hpp Used unsigned int instead of int when converting to base-10 10 months ago
paddle.hpp Created method to set position of paddle 10 months ago
raygui_helpers.hpp Renamed functions to make their purpose more explicit 9 months ago
server.hpp Removed ip_ver parameter 10 months ago
sock.hpp Used a sockaddr_storage struct instead of a sockaddr struct, since the latter is not big enough for IPv6 10 months ago
timer.h Split timer into header and implementation file 10 months ago