QTfrontend/ui/widget/about.cpp
changeset 9653 327d98e165e2
parent 9650 1c7c87ce37fd
child 9677 71626318f80e
child 9950 2759212a27de
child 9957 7a62f31895ac
equal deleted inserted replaced
9652:b787bf466bdb 9653:327d98e165e2
    26 #include <QMessageBox>
    26 #include <QMessageBox>
    27 #include <QNetworkReply>
    27 #include <QNetworkReply>
    28 #include <QDebug>
    28 #include <QDebug>
    29 #include "hwconsts.h"
    29 #include "hwconsts.h"
    30 #include "SDLInteraction.h"
    30 #include "SDLInteraction.h"
    31 #if SDL_VERSION_ATLEAST(2, 0, 0)
       
    32 #include "SDL2/SDL.h"
       
    33 #include "SDL2/SDL_version.h"
       
    34 #else
       
    35 #include "SDL.h"
    31 #include "SDL.h"
    36 #include "SDL_version.h"
    32 #include "SDL_version.h"
    37 #endif
       
    38 #include "physfs.h"
    33 #include "physfs.h"
    39 
    34 
    40 #ifdef VIDEOREC
    35 #ifdef VIDEOREC
    41 extern "C"
    36 extern "C"
    42 {
    37 {