~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/sdlinput.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
#include "gui/sdlinput.h"
60
60
 
61
 
#include "inputmanager.h"
62
 
#include "keydata.h"
63
 
#include "logger.h"
64
61
#include "mouseinput.h"
65
62
#include "sdlshared.h"
66
63
 
 
64
#include "input/inputmanager.h"
 
65
 
67
66
#ifdef USE_SDL2
68
67
#include "gui/gui.h"
69
68
#endif
70
69
 
71
70
#include <SDL_keyboard.h>
 
71
#include <SDL_timer.h>
72
72
 
73
73
#include <guichan/exception.hpp>
74
74