QTfrontend/util/SDLInteraction.cpp
changeset 6168 6f301dac12ff
parent 6167 728cabee2c9f
child 6170 2b1748161278
equal deleted inserted replaced
6167:728cabee2c9f 6168:6f301dac12ff
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
       
    19 /**
       
    20  * @file  SDLInteraction.cpp
       
    21  * @brief SDLInteraction class implementation
       
    22  */
    19 
    23 
    20 #include "SDL.h"
    24 #include "SDL.h"
    21 #include "SDL_mixer.h"
    25 #include "SDL_mixer.h"
    22 
    26 
    23 #include "HWApplication.h"
    27 #include "HWApplication.h"