~ubuntu-branches/ubuntu/saucy/manaplus/saucy-proposed

« back to all changes in this revision

Viewing changes to src/gui/sdlinput.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-06-10 10:53:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130610105326-c3xqk5ebcgy3jxmb
Tags: 1.3.6.9-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57
57
 */
58
58
 
59
 
#ifndef SDLINPUT_H
60
 
#define SDLINPUT_H
 
59
#ifndef GUI_SDLINPUT_H
 
60
#define GUI_SDLINPUT_H
61
61
 
62
62
#include "keyinput.h"
63
63
 
64
 
#include <SDL/SDL.h>
 
64
#include <SDL.h>
65
65
 
66
66
#include <guichan/input.hpp>
67
67
#include <guichan/keyinput.hpp>
196
196
    bool mMouseInWindow;
197
197
};
198
198
 
199
 
#endif
 
199
#endif  // GUI_SDLINPUT_H