You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code that depend on different build configs or platforms should be separated. Having two versions of the same code in the same functions makes maintenance hard. This is especially the case for modules such as sound.c.
The text was updated successfully, but these errors were encountered:
Code that depend on different build configs or platforms should be separated. Having two versions of the same code in the same functions makes maintenance hard. This is especially the case for modules such as sound.c.
The text was updated successfully, but these errors were encountered: