Simulate combat to calculate attacks. More...
#include "attack_prediction.hpp"#include "actions/attack.hpp"#include "game_config.hpp"#include "preferences/preferences.hpp"#include "random.hpp"#include <array>#include <cfloat>#include <memory>#include <numeric>Go to the source code of this file.
Macros | |
| #define | debug(x) |
Simulate combat to calculate attacks.
This can be compiled as a stand-alone program to either verify correctness or to benchmark performance.
Compile with -O3 -DBENCHMARK for speed testing, and with -DCHECK for testing correctness (redirect the output to a file, then compile utils/wesnoth-attack-sim.c and run that with the arguments –check <file name>). For either option, use -DHUMAN_READABLE if you want to see the results from each combat displayed in a prettier format (but no longer suitable for wesnoth-attack-sim.c).
Definition in file attack_prediction.cpp.
| #define debug | ( | x | ) |
Definition at line 52 of file attack_prediction.cpp.