Topic: Code teeworlds
Hello, as a computer science Student who try to understand the source of teeworlds, I have some question about it.
1.The main language is c++ but doe it use RAII ?( I don't see it anywhere in fact)
2.Teeworlds use the librairy SDL, right ? But I do not see any SDL function anywhere or maybe I don't look at the right file.
Actually I try to code my own litle training project using sdl2 and c++, but to do that's other people told me to make sdl2 RAII conform...