comparison mde/events.d @ 17:5f90774ea1ef

Applied the GNU GPL v2 to mde. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 15 Mar 2008 15:14:25 +0000
parents 4c3575400769
children 56a42ec95024
comparison
equal deleted inserted replaced
16:9cb7b9310168 17:5f90774ea1ef
1 /* LICENSE BLOCK
2 Part of mde: a Modular D game-oriented Engine
3 Copyright © 2007-2008 Diggory Hardy
4
5 This program is free software; you can redistribute it and/or modify it under the terms of
6 the GNU General Public License, version 2, as published by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 See the GNU General Public License for more details.
11
12 You should have received a copy of the GNU General Public License along
13 with this program; if not, write to the Free Software Foundation, Inc.,
14 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
15
1 /// Handles all events from SDL_PollEvent. 16 /// Handles all events from SDL_PollEvent.
2 module mde.events; 17 module mde.events;
3 18
4 import mde.scheduler; 19 import mde.scheduler;
5 import global = mde.global; 20 import global = mde.global;