src/map/maps_list.cpp File Reference

#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

InfoMapActiveMap ()
bool compareMaps (const InfoMap &a, const InfoMap &b)


Function Documentation

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:

bool compareMaps ( const InfoMap a,
const InfoMap b 
)

Definition at line 305 of file maps_list.cpp.

00306 {
00307   return a.ReadName() < b.ReadName();
00308 }

Here is the caller graph for this function:


Generated on Mon Jan 1 13:20:39 2007 for Wormux by  doxygen 1.4.7