1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

* minor fixes for revision 2193 (no shooting penalty bonus wasn't needed indeed but was poorly removed)

* minor changes
This commit is contained in:
mateuszb
2011-06-22 12:44:28 +00:00
parent d2d5930b64
commit c71127809e
7 changed files with 49 additions and 11 deletions

View File

@ -1,6 +1,16 @@
#include "ERMScriptModule.h"
#include "ERMInterpreter.h"
/*
* ERMScriptingModule.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
*
*/
IGameEventRealizer *acb;
CPrivilagedInfoCallback *icb;