#include "attack_prediction_display.hpp"
#include "actions/attack.hpp"
#include "attack_prediction.hpp"
#include "gettext.hpp"
#include "game_board.hpp"
#include "game_display.hpp"
#include "language.hpp"
#include "marked-up_text.hpp"
#include "resources.hpp"
#include "sdl/alpha.hpp"
#include "units/unit.hpp"
#include "units/abilities.hpp"
Go to the source code of this file.
Functions | |
static void | format_prob (char str_buf[10], double prob) |
|
static |
Definition at line 31 of file attack_prediction_display.cpp.
Referenced by battle_prediction_pane::get_hp_distrib_surface(), and battle_prediction_pane::get_unit_strings().