#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 |
bool CompareRectangle | ( | const Rectanglei & | a, | |
const Rectanglei & | b | |||
) |
const uint AUTHOR_INFO_TIME = 5000 |
const uint AUTHOR_INFO_X = 100 |
const uint AUTHOR_INFO_Y = 50 |
const double DST_MIN_ENTRE_VERS = 50.0 |