summaryrefslogtreecommitdiffhomepage
path: root/src/rnet.h
AgeCommit message (Collapse)Author
2021-05-31WARNING: Moved some **extra** raylib libraries to /extras/ directoryRay
2021-02-20Fixes to make rnet and it's examples build on Windows in visual studio 2019. ↵Jeffery Myers
(#1602) Mostly typecasts, and some int to unsigned short changes, and including the windsock 2 library in the examples. Co-authored-by: Jeffery Myers <[email protected]>
2020-02-20[rnet] Renamed some functionsRay
2020-02-20[rnet] Review network examples formattingRay
2020-02-19[rnet] Convert to header-onlyRay
Some functions renamed
2020-02-18[rnet] Review module formatingRay
Align formating with other raylib modules coding style.
2020-01-19Support custom memory allocatorsraysan5
2019-10-17Remove trailing spacesRay
2019-04-22More rnet review to avoid warnings/errorsRay
2019-04-22Review rnet errorsRay
2019-04-22Reviewed rnet inclusionRay
Move to own header for a more deep review of the module
2019-04-22[rnet] module WIP (#809)Jak
Added experimental network module