#include "construct.h"
#include "explosion.h"
#include "../game/game_loop.h"
#include "../game/game_mode.h"
#include "../include/action_handler.h"
#include "../interface/mouse.h"
#include "../map/camera.h"
#include "../map/map.h"
#include "../network/network.h"
#include "../team/teams_list.h"
#include "../tool/i18n.h"
Include dependency graph for construct.cpp:
Go to the source code of this file.
Variables | |
const double | angle_step = M_PI / 6.0 |
const double angle_step = M_PI / 6.0 |
Definition at line 34 of file construct.cpp.