mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-21 21:17:49 +02:00
* setting obstacles and creature params in duel config file * handling arguments for Odpalarka * handling runner + runner + runner + client scenario (memory measura AND visualziation)
8 lines
176 B
C
8 lines
176 B
C
#pragma once
|
|
#include <boost/lexical_cast.hpp>
|
|
#include <boost/format.hpp>
|
|
#include "../../AI_Base.h"
|
|
|
|
using boost::format;
|
|
using boost::str;
|
|
using boost::lexical_cast; |