changeset 1224 | 0b9fbee5ceda |
parent 1223 | 41d7283934c1 |
child 1225 | f882a92ef872 |
1223:41d7283934c1 | 1224:0b9fbee5ceda |
---|---|
32 StartMusic(); |
32 StartMusic(); |
33 } |
33 } |
34 |
34 |
35 SDLInteraction::~SDLInteraction() |
35 SDLInteraction::~SDLInteraction() |
36 { |
36 { |
37 // SDL_Quit(); |
37 SDL_Quit(); |
38 } |
38 } |
39 |
39 |
40 QStringList SDLInteraction::getResolutions() const |
40 QStringList SDLInteraction::getResolutions() const |
41 { |
41 { |
42 QStringList result; |
42 QStringList result; |