src/map/maps_list.h File Reference

#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

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:45 2007 for Wormux by  doxygen 1.4.7