1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Fix filenames in file headers

This commit is contained in:
ArseniyShestakov
2015-12-08 09:53:14 +03:00
parent 07807fb044
commit 1c0d4e3f6f
8 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
/* /*
* CCreatureHandler.h, part of VCMI engine * VCAI.cpp, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -4,7 +4,7 @@
#include "BattleState.h" #include "BattleState.h"
/* /*
* BattleAction.h, part of VCMI engine * BattleAction.cpp, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -3,7 +3,7 @@
#include "../lib/JsonNode.h" #include "../lib/JsonNode.h"
/* /*
* CConfighandler.h, part of VCMI engine * CConfigHandler.h, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -11,7 +11,7 @@
#endif #endif
/* /*
* timeHandler.h, part of VCMI engine * CStopWatch.h, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -3,7 +3,7 @@
#include "GameConstants.h" #include "GameConstants.h"
/* /*
* GameConstants.h, part of VCMI engine * StringConstants.h, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -1,7 +1,7 @@
#pragma once #pragma once
/* /*
* CLodStream.h, part of VCMI engine * CCompressedStream.h, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -1,6 +1,6 @@
/* /*
* *
* CRewardableObject.cpp, part of VCMI engine * JsonRandom.cpp, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *

View File

@@ -3,7 +3,7 @@
#include "../../lib/CScriptingModule.h" #include "../../lib/CScriptingModule.h"
/* /*
* ERMScriptingModule.cpp, part of VCMI engine * ERMScriptingModule.h, part of VCMI engine
* *
* Authors: listed in file AUTHORS in main folder * Authors: listed in file AUTHORS in main folder
* *