#include "maps_list.h"#include "map.h"#include "../game/config.h"#include "../tool/debug.h"#include "../tool/file_tools.h"#include "../tool/i18n.h"#include <iostream>#include <dirent.h>#include <sys/stat.h>Include dependency graph for maps_list.cpp:

Go to the source code of this file.
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