libsdl-org / SDL_net

A simple, cross-platform wrapper over TCP/IP sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL Net API namespace consistency

sbhutch opened this issue · comments

The SDL and SDL image APIs capitalize the namespace prefix:

SDL_Init
IMG_Init

The SDL mixer and SDL net APIs do not:

Mix_Init
Net_Init

Unless this was deliberate, the transition to SDL3 would be a great time to make these APIs consistent.

I don't think we're going to change that at this point. Thanks for the feedback!