mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Move files that are not needed for lobby to main part of vcmi_lib
This commit is contained in:
		| @@ -18,7 +18,6 @@ set(lib_SRCS | ||||
|  | ||||
| 	json/JsonNode.cpp | ||||
| 	json/JsonParser.cpp | ||||
| 	json/JsonRandom.cpp | ||||
| 	json/JsonUtils.cpp | ||||
| 	json/JsonValidator.cpp | ||||
| 	json/JsonWriter.cpp | ||||
| @@ -89,6 +88,7 @@ set(lib_MAIN_SRCS | ||||
| 	events/TurnStarted.cpp | ||||
|  | ||||
| 	json/JsonBonus.cpp | ||||
| 	json/JsonRandom.cpp | ||||
|  | ||||
| 	gameState/CGameState.cpp | ||||
| 	gameState/CGameStateCampaign.cpp | ||||
| @@ -315,11 +315,9 @@ set(lib_HEADERS | ||||
| 	filesystem/MinizipExtensions.h | ||||
| 	filesystem/ResourcePath.h | ||||
|  | ||||
| 	json/JsonBonus.h | ||||
| 	json/JsonFormatException.h | ||||
| 	json/JsonNode.h | ||||
| 	json/JsonParser.h | ||||
| 	json/JsonRandom.h | ||||
| 	json/JsonUtils.h | ||||
| 	json/JsonValidator.h | ||||
| 	json/JsonWriter.h | ||||
| @@ -441,6 +439,9 @@ set(lib_MAIN_HEADERS | ||||
| 	events/PlayerGotTurn.h | ||||
| 	events/TurnStarted.h | ||||
|  | ||||
| 	json/JsonBonus.h | ||||
| 	json/JsonRandom.h | ||||
|  | ||||
| 	gameState/CGameState.h | ||||
| 	gameState/CGameStateCampaign.h | ||||
| 	gameState/EVictoryLossCheckResult.h | ||||
|   | ||||
		Reference in New Issue
	
	Block a user