mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Updated CMakeLists and file headers
This commit is contained in:
		| @@ -1,173 +1,213 @@ | |||||||
| set(client_SRCS | set(client_SRCS | ||||||
| 		StdInc.cpp | 	StdInc.cpp | ||||||
| 		../CCallback.cpp | 	../CCallback.cpp | ||||||
|  |  | ||||||
| 		battle/BattleActionsController.cpp | 	adventureMap/CAdvMapPanel.cpp | ||||||
| 		battle/BattleAnimationClasses.cpp | 	adventureMap/CAdvMapInt.cpp | ||||||
| 		battle/BattleEffectsController.cpp | 	adventureMap/CAdventureOptions.cpp | ||||||
| 		battle/BattleFieldController.cpp | 	adventureMap/CInGameConsole.cpp | ||||||
| 		battle/BattleInterfaceClasses.cpp | 	adventureMap/CInfoBar.cpp | ||||||
| 		battle/BattleInterface.cpp | 	adventureMap/CList.cpp | ||||||
| 		battle/BattleObstacleController.cpp | 	adventureMap/CMinimap.cpp | ||||||
| 		battle/BattleProjectileController.cpp | 	adventureMap/CResDataBar.cpp | ||||||
| 		battle/BattleRenderer.cpp | 	adventureMap/CTerrainRect.cpp | ||||||
| 		battle/BattleSiegeController.cpp | 	adventureMap/mapHandler.cpp | ||||||
| 		battle/BattleStacksController.cpp |  | ||||||
| 		battle/BattleWindow.cpp |  | ||||||
| 		battle/CreatureAnimation.cpp |  | ||||||
|  |  | ||||||
| 		gui/CAnimation.cpp | 	battle/BattleActionsController.cpp | ||||||
| 		gui/Canvas.cpp | 	battle/BattleAnimationClasses.cpp | ||||||
| 		gui/CursorHandler.cpp | 	battle/BattleEffectsController.cpp | ||||||
| 		gui/CGuiHandler.cpp | 	battle/BattleFieldController.cpp | ||||||
| 		gui/CIntObject.cpp | 	battle/BattleInterface.cpp | ||||||
| 		gui/ColorFilter.cpp | 	battle/BattleInterfaceClasses.cpp | ||||||
| 		gui/Fonts.cpp | 	battle/BattleObstacleController.cpp | ||||||
| 		gui/SDL_Extensions.cpp | 	battle/BattleProjectileController.cpp | ||||||
| 		gui/NotificationHandler.cpp | 	battle/BattleRenderer.cpp | ||||||
| 		gui/InterfaceObjectConfigurable.cpp | 	battle/BattleSiegeController.cpp | ||||||
|  | 	battle/BattleStacksController.cpp | ||||||
|  | 	battle/BattleWindow.cpp | ||||||
|  |  | ||||||
| 		widgets/AdventureMapClasses.cpp | 	gui/CGuiHandler.cpp | ||||||
| 		widgets/Buttons.cpp | 	gui/CIntObject.cpp | ||||||
| 		widgets/CArtifactHolder.cpp | 	gui/CursorHandler.cpp | ||||||
| 		widgets/CComponent.cpp | 	gui/InterfaceObjectConfigurable.cpp | ||||||
| 		widgets/CGarrisonInt.cpp | 	gui/NotificationHandler.cpp | ||||||
| 		widgets/Images.cpp |  | ||||||
| 		widgets/MiscWidgets.cpp |  | ||||||
| 		widgets/ObjectLists.cpp |  | ||||||
| 		widgets/TextControls.cpp |  | ||||||
|  |  | ||||||
| 		windows/CAdvmapInterface.cpp | 	lobby/CBonusSelection.cpp | ||||||
| 		windows/CCastleInterface.cpp | 	lobby/CCampaignInfoScreen.cpp | ||||||
| 		windows/CCreatureWindow.cpp | 	lobby/CLobbyScreen.cpp | ||||||
| 		windows/CreaturePurchaseCard.cpp | 	lobby/CSavingScreen.cpp | ||||||
| 		windows/CHeroWindow.cpp | 	lobby/CScenarioInfoScreen.cpp | ||||||
| 		windows/CKingdomInterface.cpp | 	lobby/CSelectionBase.cpp | ||||||
| 		windows/CQuestLog.cpp | 	lobby/OptionsTab.cpp | ||||||
| 		windows/CSpellWindow.cpp | 	lobby/RandomMapTab.cpp | ||||||
| 		windows/CTradeWindow.cpp | 	lobby/SelectionTab.cpp | ||||||
| 		windows/CWindowObject.cpp |  | ||||||
| 		windows/GUIClasses.cpp |  | ||||||
| 		windows/InfoWindows.cpp |  | ||||||
| 		windows/QuickRecruitmentWindow.cpp |  | ||||||
|  |  | ||||||
| 		mainmenu/CMainMenu.cpp | 	mainmenu/CCampaignScreen.cpp | ||||||
| 		mainmenu/CCampaignScreen.cpp | 	mainmenu/CMainMenu.cpp | ||||||
| 		mainmenu/CreditsScreen.cpp | 	mainmenu/CPrologEpilogVideo.cpp | ||||||
| 		mainmenu/CPrologEpilogVideo.cpp | 	mainmenu/CreditsScreen.cpp | ||||||
|  |  | ||||||
| 		lobby/CBonusSelection.cpp | 	render/CAnimation.cpp | ||||||
| 		lobby/CSelectionBase.cpp | 	render/CBitmapHandler.cpp | ||||||
| 		lobby/CLobbyScreen.cpp | 	render/CDefFile.cpp | ||||||
| 		lobby/CSavingScreen.cpp | 	render/CFadeAnimation.cpp | ||||||
| 		lobby/CScenarioInfoScreen.cpp | 	render/Canvas.cpp | ||||||
| 		lobby/CCampaignInfoScreen.cpp | 	render/ColorFilter.cpp | ||||||
| 		lobby/OptionsTab.cpp | 	render/Graphics.cpp | ||||||
| 		lobby/RandomMapTab.cpp | 	render/IFont.cpp | ||||||
| 		lobby/SelectionTab.cpp |  | ||||||
|  |  | ||||||
| 		CBitmapHandler.cpp | 	renderSDL/CBitmapFont.cpp | ||||||
| 		CreatureCostBox.cpp | 	renderSDL/CBitmapHanFont.cpp | ||||||
| 		CGameInfo.cpp | 	renderSDL/CTrueTypeFont.cpp | ||||||
| 		Client.cpp | 	renderSDL/CursorHardware.cpp | ||||||
| 		CMessage.cpp | 	renderSDL/CursorSoftware.cpp | ||||||
| 		CMT.cpp | 	renderSDL/SDLImage.cpp | ||||||
| 		CMusicHandler.cpp | 	renderSDL/SDLImageLoader.cpp | ||||||
| 		CPlayerInterface.cpp | 	renderSDL/SDLRWwrapper.cpp | ||||||
| 		CVideoHandler.cpp | 	renderSDL/SDL_Extensions.cpp | ||||||
| 		CServerHandler.cpp |  | ||||||
| 		Graphics.cpp | 	widgets/Buttons.cpp | ||||||
| 		mapHandler.cpp | 	widgets/CArtifactHolder.cpp | ||||||
| 		NetPacksClient.cpp | 	widgets/CComponent.cpp | ||||||
| 		NetPacksLobbyClient.cpp | 	widgets/CGarrisonInt.cpp | ||||||
| 		SDLRWwrapper.cpp | 	widgets/CreatureCostBox.cpp | ||||||
| 		ClientCommandManager.cpp | 	widgets/Images.cpp | ||||||
|  | 	widgets/MiscWidgets.cpp | ||||||
|  | 	widgets/ObjectLists.cpp | ||||||
|  | 	widgets/TextControls.cpp | ||||||
|  |  | ||||||
|  | 	windows/CCastleInterface.cpp | ||||||
|  | 	windows/CCreatureWindow.cpp | ||||||
|  | 	windows/CHeroWindow.cpp | ||||||
|  | 	windows/CKingdomInterface.cpp | ||||||
|  | 	windows/CMessage.cpp | ||||||
|  | 	windows/CQuestLog.cpp | ||||||
|  | 	windows/CSpellWindow.cpp | ||||||
|  | 	windows/CTradeWindow.cpp | ||||||
|  | 	windows/CWindowObject.cpp | ||||||
|  | 	windows/CreaturePurchaseCard.cpp | ||||||
|  | 	windows/GUIClasses.cpp | ||||||
|  | 	windows/InfoWindows.cpp | ||||||
|  | 	windows/QuickRecruitmentWindow.cpp | ||||||
|  |  | ||||||
|  | 	CGameInfo.cpp | ||||||
|  | 	CMT.cpp | ||||||
|  | 	CMusicHandler.cpp | ||||||
|  | 	CPlayerInterface.cpp | ||||||
|  | 	CServerHandler.cpp | ||||||
|  | 	CVideoHandler.cpp | ||||||
|  | 	Client.cpp | ||||||
|  | 	ClientCommandManager.cpp | ||||||
|  | 	NetPacksClient.cpp | ||||||
|  | 	NetPacksLobbyClient.cpp | ||||||
| ) | ) | ||||||
|  |  | ||||||
| set(client_HEADERS | set(client_HEADERS | ||||||
| 		StdInc.h | 	StdInc.h | ||||||
|  |  | ||||||
| 		battle/BattleActionsController.h | 	adventureMap/CAdvMapPanel.h | ||||||
| 		battle/BattleAnimationClasses.h | 	adventureMap/CAdvMapInt.h | ||||||
| 		battle/BattleEffectsController.h | 	adventureMap/CAdventureOptions.h | ||||||
| 		battle/BattleFieldController.h | 	adventureMap/CInGameConsole.h | ||||||
| 		battle/BattleInterfaceClasses.h | 	adventureMap/CInfoBar.h | ||||||
| 		battle/BattleInterface.h | 	adventureMap/CList.h | ||||||
| 		battle/BattleObstacleController.h | 	adventureMap/CMinimap.h | ||||||
| 		battle/BattleProjectileController.h | 	adventureMap/CResDataBar.h | ||||||
| 		battle/BattleRenderer.h | 	adventureMap/CTerrainRect.h | ||||||
| 		battle/BattleSiegeController.h | 	adventureMap/mapHandler.h | ||||||
| 		battle/BattleStacksController.h |  | ||||||
| 		battle/BattleWindow.h |  | ||||||
| 		battle/CreatureAnimation.h |  | ||||||
| 		battle/BattleConstants.h |  | ||||||
|  |  | ||||||
| 		gui/CAnimation.h | 	battle/BattleActionsController.h | ||||||
| 		gui/Canvas.h | 	battle/BattleAnimationClasses.h | ||||||
| 		gui/CursorHandler.h | 	battle/BattleConstants.h | ||||||
| 		gui/CGuiHandler.h | 	battle/BattleEffectsController.h | ||||||
| 		gui/ColorFilter.h | 	battle/BattleFieldController.h | ||||||
| 		gui/CIntObject.h | 	battle/BattleInterface.h | ||||||
| 		gui/Fonts.h | 	battle/BattleInterfaceClasses.h | ||||||
| 		gui/TextAlignment.h | 	battle/BattleObstacleController.h | ||||||
| 		gui/SDL_Extensions.h | 	battle/BattleProjectileController.h | ||||||
| 		gui/SDL_PixelAccess.h | 	battle/BattleRenderer.h | ||||||
| 		gui/NotificationHandler.h | 	battle/BattleSiegeController.h | ||||||
| 		gui/InterfaceObjectConfigurable.h | 	battle/BattleStacksController.h | ||||||
|  | 	battle/BattleWindow.h | ||||||
|  | 	battle/CreatureAnimation.h | ||||||
|  |  | ||||||
| 		widgets/AdventureMapClasses.h | 	gui/CGuiHandler.h | ||||||
| 		widgets/Buttons.h | 	gui/CIntObject.h | ||||||
| 		widgets/CArtifactHolder.h | 	gui/CursorHandler.h | ||||||
| 		widgets/CComponent.h | 	gui/InterfaceObjectConfigurable.h | ||||||
| 		widgets/CGarrisonInt.h | 	gui/NotificationHandler.h | ||||||
| 		widgets/Images.h | 	gui/TextAlignment.h | ||||||
| 		widgets/MiscWidgets.h |  | ||||||
| 		widgets/ObjectLists.h |  | ||||||
| 		widgets/TextControls.h |  | ||||||
| 		windows/CAdvmapInterface.h |  | ||||||
| 		windows/CCastleInterface.h |  | ||||||
| 		windows/CCreatureWindow.h |  | ||||||
| 		windows/CreaturePurchaseCard.h |  | ||||||
| 		windows/CHeroWindow.h |  | ||||||
| 		windows/CKingdomInterface.h |  | ||||||
| 		windows/CQuestLog.h |  | ||||||
| 		windows/CSpellWindow.h |  | ||||||
| 		windows/CTradeWindow.h |  | ||||||
| 		windows/CWindowObject.h |  | ||||||
| 		windows/GUIClasses.h |  | ||||||
| 		windows/InfoWindows.h |  | ||||||
| 		windows/QuickRecruitmentWindow.h |  | ||||||
|  |  | ||||||
| 		mainmenu/CMainMenu.h | 	lobby/CBonusSelection.h | ||||||
| 		mainmenu/CCampaignScreen.h | 	lobby/CCampaignInfoScreen.h | ||||||
| 		mainmenu/CreditsScreen.h | 	lobby/CLobbyScreen.h | ||||||
| 		mainmenu/CPrologEpilogVideo.h | 	lobby/CSavingScreen.h | ||||||
|  | 	lobby/CScenarioInfoScreen.h | ||||||
|  | 	lobby/CSelectionBase.h | ||||||
|  | 	lobby/OptionsTab.h | ||||||
|  | 	lobby/RandomMapTab.h | ||||||
|  | 	lobby/SelectionTab.h | ||||||
|  |  | ||||||
| 		lobby/CBonusSelection.h | 	mainmenu/CCampaignScreen.h | ||||||
| 		lobby/CSelectionBase.h | 	mainmenu/CMainMenu.h | ||||||
| 		lobby/CLobbyScreen.h | 	mainmenu/CPrologEpilogVideo.h | ||||||
| 		lobby/CSavingScreen.h | 	mainmenu/CreditsScreen.h | ||||||
| 		lobby/CScenarioInfoScreen.h |  | ||||||
| 		lobby/CCampaignInfoScreen.h |  | ||||||
| 		lobby/OptionsTab.h |  | ||||||
| 		lobby/RandomMapTab.h |  | ||||||
| 		lobby/SelectionTab.h |  | ||||||
|  |  | ||||||
| 		CBitmapHandler.h | 	render/CAnimation.h | ||||||
| 		CreatureCostBox.h | 	render/CBitmapHandler.h | ||||||
| 		CGameInfo.h | 	render/CDefFile.h | ||||||
| 		Client.h | 	render/CFadeAnimation.h | ||||||
| 		CMessage.h | 	render/Canvas.h | ||||||
| 		CMT.h | 	render/ColorFilter.h | ||||||
| 		CMusicHandler.h | 	render/Graphics.h | ||||||
| 		CPlayerInterface.h | 	render/ICursor.h | ||||||
| 		CVideoHandler.h | 	render/IFont.h | ||||||
| 		CServerHandler.h | 	render/IImage.h | ||||||
| 		Graphics.h |  | ||||||
| 		mapHandler.h | 	renderSDL/CBitmapFont.h | ||||||
| 		resource.h | 	renderSDL/CBitmapHanFont.h | ||||||
| 		SDLRWwrapper.h | 	renderSDL/CTrueTypeFont.h | ||||||
| 		ClientCommandManager.h | 	renderSDL/CursorHardware.h | ||||||
|  | 	renderSDL/CursorSoftware.h | ||||||
|  | 	renderSDL/SDLImage.h | ||||||
|  | 	renderSDL/SDLImageLoader.h | ||||||
|  | 	renderSDL/SDLRWwrapper.h | ||||||
|  | 	renderSDL/SDL_Extensions.h | ||||||
|  | 	renderSDL/SDL_PixelAccess.h | ||||||
|  |  | ||||||
|  | 	widgets/Buttons.h | ||||||
|  | 	widgets/CArtifactHolder.h | ||||||
|  | 	widgets/CComponent.h | ||||||
|  | 	widgets/CGarrisonInt.h | ||||||
|  | 	widgets/CreatureCostBox.h | ||||||
|  | 	widgets/Images.h | ||||||
|  | 	widgets/MiscWidgets.h | ||||||
|  | 	widgets/ObjectLists.h | ||||||
|  | 	widgets/TextControls.h | ||||||
|  |  | ||||||
|  | 	windows/CCastleInterface.h | ||||||
|  | 	windows/CCreatureWindow.h | ||||||
|  | 	windows/CHeroWindow.h | ||||||
|  | 	windows/CKingdomInterface.h | ||||||
|  | 	windows/CMessage.h | ||||||
|  | 	windows/CQuestLog.h | ||||||
|  | 	windows/CSpellWindow.h | ||||||
|  | 	windows/CTradeWindow.h | ||||||
|  | 	windows/CWindowObject.h | ||||||
|  | 	windows/CreaturePurchaseCard.h | ||||||
|  | 	windows/GUIClasses.h | ||||||
|  | 	windows/InfoWindows.h | ||||||
|  | 	windows/QuickRecruitmentWindow.h | ||||||
|  |  | ||||||
|  | 	CGameInfo.h | ||||||
|  | 	CMT.h | ||||||
|  | 	CMusicHandler.h | ||||||
|  | 	CPlayerInterface.h | ||||||
|  | 	CServerHandler.h | ||||||
|  | 	CVideoHandler.h | ||||||
|  | 	Client.h | ||||||
|  | 	ClientCommandManager.h | ||||||
|  | 	resource.h | ||||||
| ) | ) | ||||||
|  |  | ||||||
| if(APPLE_IOS) | if(APPLE_IOS) | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /*
 | /*
 | ||||||
|  * CAdvmapInterface.cpp, part of VCMI engine |  * CAdvMapInt.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
| @@ -1,5 +1,5 @@ | |||||||
| /*
 | /*
 | ||||||
|  * CAdvmapInterface.h, part of VCMI engine |  * CAdvMapInt.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.cpp, part of VCMI engine |  * CAdvMapPanel.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.h, part of VCMI engine |  * CAdvMapPanel.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAdvmapInterface.cpp, part of VCMI engine |  * CAdventureOptions.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAdvmapInterface.h, part of VCMI engine |  * CAdventureOptions.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.cpp, part of VCMI engine |  * CInGameConsole.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.h, part of VCMI engine |  * CInGameConsole.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.cpp, part of VCMI engine |  * CInfoBar.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.h, part of VCMI engine |  * CInfoBar.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.cpp, part of VCMI engine |  * CList.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.h, part of VCMI engine |  * CList.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.cpp, part of VCMI engine |  * CMinimap.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * AdventureMapClasses.h, part of VCMI engine |  * CMinimap.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAdvmapInterface.cpp, part of VCMI engine |  * CResDataBar.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAdvmapInterface.h, part of VCMI engine |  * CResDataBar.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAdvmapInterface.cpp, part of VCMI engine |  * CTerrainRect.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAdvmapInterface.h, part of VCMI engine |  * CTerrainRect.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.cpp, part of VCMI engine |  * CDefFile.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.h, part of VCMI engine |  * CDefFile.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.cpp, part of VCMI engine |  * CFadeAnimation.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.h, part of VCMI engine |  * CFadeAnimation.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CCursorHandler.h, part of VCMI engine |  * ICursor.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.cpp, part of VCMI engine |  * IFont.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.h, part of VCMI engine |  * IFont.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.h, part of VCMI engine |  * IImage.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.cpp, part of VCMI engine |  * CBitmapFont.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.h, part of VCMI engine |  * CBitmapFont.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.cpp, part of VCMI engine |  * CBitmapHanFont.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.h, part of VCMI engine |  * CBitmapHanFont.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.cpp, part of VCMI engine |  * CTrueTypeFont.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * Fonts.h, part of VCMI engine |  * CTrueTypeFont.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CCursorHandler.cpp, part of VCMI engine |  * CursorHardware.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CCursorHandler.h, part of VCMI engine |  * CursorHardware.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CCursorHandler.cpp, part of VCMI engine |  * CursorSoftware.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CCursorHandler.h, part of VCMI engine |  * CursorSoftware.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.cpp, part of VCMI engine |  * SDLImage.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.h, part of VCMI engine |  * SDLImage.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.cpp, part of VCMI engine |  * SDLImageLoader.cpp, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* | /* | ||||||
|  * CAnimation.h, part of VCMI engine |  * SDLImageLoader.h, part of VCMI engine | ||||||
|  * |  * | ||||||
|  * Authors: listed in file AUTHORS in main folder |  * Authors: listed in file AUTHORS in main folder | ||||||
|  * |  * | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user