Kubic-C / spock_engine

C++ 2D Game Engine | Spock Engine
MIT License
7 stars 1 forks source link

Sound #7

Closed Kubic-C closed 1 year ago

Kubic-C commented 1 year ago

Relating to issue #5, added basic sound.

Changes: -Downgraded SDL3 -> SDL2 to fix linking errors from using SDL_mixer -Users can now play sound via play_music or play_sound