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

Code polishing

This commit is contained in:
nordsoft
2022-10-13 01:51:55 +04:00
parent d7de9accee
commit b4a806d7fa
26 changed files with 215 additions and 2 deletions

View File

@ -1,3 +1,14 @@
/*
* maphandler.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
//code is copied from vcmiclient/mapHandler.cpp with minimal changes
#include "StdInc.h"
#include "maphandler.h"
#include "graphics.h"