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

« back to all changes in this revision

Viewing changes to src/gui/sdlinput.h

  • 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:
59
59
#ifndef GUI_SDLINPUT_H
60
60
#define GUI_SDLINPUT_H
61
61
 
62
 
#include "keyinput.h"
 
62
#include "input/keyinput.h"
63
63
 
64
 
#include <SDL.h>
 
64
#include <SDL_events.h>
65
65
 
66
66
#include <guichan/input.hpp>
67
67
#include <guichan/keyinput.hpp>
69
69
 
70
70
#include <queue>
71
71
 
72
 
class KeyInput;
73
72
class MouseInput;
74
73
 
75
74
namespace Key