wesnoth/src/game.hpp
Dave White 21f26373bb When attempting to change video modes, if none are available...
...an error message will be displayed
2003-09-19 23:39:03 +00:00

17 lines
480 B
C++

/* $Id$ */
/*
Copyright (C) 2003 by David White <davidnwhite@optusnet.com.au>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
*/
#ifndef GAME_H_INCLUDED
#define GAME_H_INCLUDED
#endif