1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Partial support for Death Cloud & Magog's Fire Ball.

Lots of refactoring is needed to handle this and multiple-target attacks.
This commit is contained in:
DjWarmonger
2011-07-02 16:49:22 +00:00
parent 11fade5e67
commit 51943e5f1e
5 changed files with 101 additions and 38 deletions

View File

@ -6,8 +6,8 @@
#include "CHeroWindow.h"
#include "CMessage.h"
#include "CKingdomInterface.h"
#include <SDL.h>
#include <SDL_Extensions.h>
#include "SDL.h"
#include "SDL_Extensions.h"
#include "CBitmapHandler.h"
#include "Graphics.h"
#include "CSpellWindow.h"