src/map/map.cpp File Reference

#include "map.h"
#include <iostream>
#include "camera.h"
#include "maps_list.h"
#include "wind.h"
#include "../game/config.h"
#include "../game/time.h"
#include "../graphic/surface.h"
#include "../graphic/font.h"
#include "../include/constant.h"
#include "../object/bonus_box.h"
#include "../tool/i18n.h"
#include "../tool/stats.h"

Include dependency graph for map.cpp:

Go to the source code of this file.

Functions

bool CompareRectangle (const Rectanglei &a, const Rectanglei &b)

Variables

const double DST_MIN_ENTRE_VERS = 50.0
const uint AUTHOR_INFO_TIME = 5000
const uint AUTHOR_INFO_X = 100
const uint AUTHOR_INFO_Y = 50
Map world


Function Documentation

bool CompareRectangle ( const Rectanglei a,
const Rectanglei b 
)

Definition at line 339 of file map.cpp.

00340 {
00341   return ( a.GetTopLeftPoint() <= b.GetTopLeftPoint() );
00342 }

Here is the caller graph for this function:


Variable Documentation

const uint AUTHOR_INFO_TIME = 5000

Definition at line 38 of file map.cpp.

const uint AUTHOR_INFO_X = 100

Definition at line 39 of file map.cpp.

const uint AUTHOR_INFO_Y = 50

Definition at line 40 of file map.cpp.

const double DST_MIN_ENTRE_VERS = 50.0

Definition at line 36 of file map.cpp.

Map world

Definition at line 42 of file map.cpp.


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