mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
[c::b] update projects
This commit is contained in:
parent
8a8eecd063
commit
8249e15f0f
@ -44,6 +44,7 @@ set(lib_SRCS
|
|||||||
CSpellHandler.cpp
|
CSpellHandler.cpp
|
||||||
CThreadHelper.cpp
|
CThreadHelper.cpp
|
||||||
CTownHandler.cpp
|
CTownHandler.cpp
|
||||||
|
GameConstants.cpp
|
||||||
HeroBonus.cpp
|
HeroBonus.cpp
|
||||||
IGameCallback.cpp
|
IGameCallback.cpp
|
||||||
JsonNode.cpp
|
JsonNode.cpp
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* GameConstants.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
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#include "StdInc.h"
|
#include "StdInc.h"
|
||||||
|
|
||||||
#include "VCMI_Lib.h"
|
#include "VCMI_Lib.h"
|
||||||
|
@ -132,6 +132,7 @@
|
|||||||
<Unit filename="Filesystem/CResourceLoader.cpp" />
|
<Unit filename="Filesystem/CResourceLoader.cpp" />
|
||||||
<Unit filename="Filesystem/CResourceLoader.h" />
|
<Unit filename="Filesystem/CResourceLoader.h" />
|
||||||
<Unit filename="Filesystem/ISimpleResourceLoader.h" />
|
<Unit filename="Filesystem/ISimpleResourceLoader.h" />
|
||||||
|
<Unit filename="GameConstants.cpp" />
|
||||||
<Unit filename="GameConstants.h" />
|
<Unit filename="GameConstants.h" />
|
||||||
<Unit filename="HeroBonus.cpp" />
|
<Unit filename="HeroBonus.cpp" />
|
||||||
<Unit filename="HeroBonus.h" />
|
<Unit filename="HeroBonus.h" />
|
||||||
|
Loading…
Reference in New Issue
Block a user