#include "camera.h"
#include "map.h"
#include "maps_list.h"
#include "wind.h"
#include "../include/app.h"
#include "../interface/mouse.h"
#include "../team/teams_list.h"
#include "../tool/debug.h"
#include "../tool/rectangle.h"
#include "../tool/math_tools.h"
Include dependency graph for camera.cpp:
Go to the source code of this file.
Functions | |
const Point2i | CAMERA_MARGIN (200, 200) |
const Point2i | CAMERA_SPEED (20, 20) |
Variables | |
Camera | camera |
const Point2i CAMERA_MARGIN | ( | 200 | , | |
200 | ||||
) |
Here is the caller graph for this function:
const Point2i CAMERA_SPEED | ( | 20 | , | |
20 | ||||
) |
Here is the caller graph for this function:
Definition at line 36 of file camera.cpp.