asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Implement SDL_Net into RAGE::SDL #23

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Implement SDL_Net in order to allow network management. http://www.libsdl.org/projects/SDL_net/

asmodehn commented 10 years ago

Started to wrap SDL_net. Only TCP is available right now, and must be tested before we start to play with UDP.