1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Major refactoring. First part: BattleInterface

Introduction of pre compiled headers,...
This commit is contained in:
beegee1
2011-12-13 21:23:17 +00:00
parent ef7a9dfd46
commit 7f04ed990b
179 changed files with 4076 additions and 3765 deletions

View File

@ -1,8 +1,19 @@
#pragma once
#include "../global.h"
#include "IGameEventsReceiver.h"
#include "IGameCallback.h"
/*
* CScriptingModule.h, 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
*
*/
class CScriptingModule : public IGameEventsReceiver, public IBattleEventsReceiver
{
public: