1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-30 23:18:08 +02:00
vcmi/client/battle
ArseniyShestakov cb40c093f8 Avoid boost::optional assignment for Boost 1.64 compatibility (#360)
Two options here: to use emplace from 1.56 or boost::make_optional.
Unfortunately Ubuntu 14.04 is using 1.54 and I'd rather not to break it.
2017-08-05 16:09:29 +03:00
..
CBattleAnimations.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CBattleAnimations.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CBattleInterface.cpp Code style: and one more pass on lambda expressions parameter list 2017-07-19 02:11:17 +03:00
CBattleInterface.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
CBattleInterfaceClasses.cpp Avoid boost::optional assignment for Boost 1.64 compatibility (#360) 2017-08-05 16:09:29 +03:00
CBattleInterfaceClasses.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
CCreatureAnimation.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCreatureAnimation.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00