libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL Mixer 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.

+1 for this...

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

Does the same apply to SDL_net? There's also this same exact issue that is left open.

Yep :)