1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Next step of code refactoring:

- refactoring of CBattleFieldController code (except for 2 arcane
methods)
- introduced class CCanvas for encapsulated rendering surface
- battleint rendering is now partially done with CCanvas
- removed unused includes of CBitmapHandler
This commit is contained in:
Ivan Savenko
2022-11-25 11:46:47 +02:00
parent 6b3beb05e5
commit abb553d975
26 changed files with 254 additions and 188 deletions

View File

@@ -23,7 +23,6 @@
#include "../battle/CBattleInterface.h"
#include "../battle/CBattleInterfaceClasses.h"
#include "../CBitmapHandler.h"
#include "../Graphics.h"
#include "../CGameInfo.h"
#include "../CPlayerInterface.h"