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
LoadSoundBuffers(), LoadSurfaces() and LoadXML() all have shared code that can be refactored into a single method and called as needed. The two calls to Directory::GetFiles() can be reduced to one, as well.
The text was updated successfully, but these errors were encountered:
LoadSoundBuffers(), LoadSurfaces() and LoadXML() all have shared code that can be refactored into a single method and called as needed. The two calls to Directory::GetFiles() can be reduced to one, as well.
The text was updated successfully, but these errors were encountered: