1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-21 21:17:49 +02:00
Michał W. Urbańczyk 92e508fe1f Further changes for programming challenge.
* setting obstacles and creature params in duel config file
* handling arguments for Odpalarka
* handling runner + runner + runner + client scenario (memory measura AND visualziation)
2011-10-20 23:29:32 +00:00

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;