/* $Id$ */ /* Copyright (C) 2003 - 2010 by David White Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 or at your option any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the COPYING file for more details. */ #include "global.hpp" #include "key.hpp" CKey::CKey() : key_list(SDL_GetKeyState(NULL)) { }