#include <SDL.h>#include <string>#include <map>#include "../graphic/surface.h"#include "../include/base.h"#include "../tool/resource_manager.h"#include "../tool/xml_document.h"Include dependency graph for maps_list.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | InfoMap |
| struct | InfoMap::s_wind |
| class | MapsList |
Functions | |
| InfoMap & | ActiveMap () |
| bool | compareMaps (const InfoMap &a, const InfoMap &b) |
| InfoMap& ActiveMap | ( | ) |
Definition at line 300 of file maps_list.cpp.
00301 { 00302 return MapsList::GetInstance()->ActiveMap(); 00303 }
Here is the call graph for this function:

Here is the caller graph for this function:

1.4.7