Baptiste PRUNIER
Baptiste PRUNIER
Also create a global sound management to load sounds at the beginning of the program then use them when needed with their index
Add a "register sound" function to add a global sound, and return its index for future use Add a window music played when the window has the focus Add a...
Add non linear progression as stated in #19 (https://camo.githubusercontent.com/71d1d03becdca5c2be3b41c30bc317e11cdabfb9ab93548ac805c65e26be1b32/68747470733a2f2f646f63732e636f636f7332642d782e6f72672f636f636f7332642d782f656e2f616374696f6e732f616374696f6e732d696d672f656173696e672d66756e6374696f6e732e706e67)
You can do two things. One is more elegant for the user (the second one) and one is more elegant in your code : - add an optional third parameter...
I can help, I am working on the same project ^^ ( https://github.com/Klevh/Exsee )
Can be done *easily* : - lock a mutex whenever you use a global variable, unlock it when you are done