resources.cpp

Go to the documentation of this file.
00001 /* $Id: resources.cpp 53898 2012-04-11 00:21:33Z espreon $ */
00002 /*
00003    Copyright (C) 2009 - 2012 by Guillaume Melquiond <guillaume.melquiond@gmail.com>
00004    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License as published by
00008    the Free Software Foundation; either version 2 of the License, or
00009    (at your option) any later version.
00010    This program is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY.
00012 
00013    See the COPYING file for more details.
00014 */
00015 
00016 #include "resources.hpp"
00017 #include <cstddef>
00018 
00019 namespace resources
00020 {
00021     game_display *screen = NULL;
00022     soundsource::manager *soundsources = NULL;
00023     gamemap *game_map = NULL;
00024     unit_map *units = NULL;
00025     std::vector<team> *teams = NULL;
00026     game_state *state_of_game = NULL;
00027     LuaKernel *lua_kernel = NULL;
00028     play_controller *controller = NULL;
00029 	::tod_manager *tod_manager = NULL;
00030     pathfind::manager *tunnels = NULL;
00031     wb::manager *whiteboard = NULL;
00032     std::vector<undo_action> *undo_stack = NULL;
00033     std::vector<undo_action> *redo_stack = NULL;
00034     persist_manager *persist = NULL;
00035 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by doxygen 1.7.1 on Fri May 25 2012 01:03:08 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs