mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Merge pull request #6278 from IvanSavenko/cpp20
Migrate codebase to C++20
This commit is contained in:
@@ -9,11 +9,14 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "CWindowObject.h"
|
||||
|
||||
#include "../widgets/TextControls.h"
|
||||
#include "../widgets/MiscWidgets.h"
|
||||
#include "../widgets/Images.h"
|
||||
#include "../adventureMap/CMinimap.h"
|
||||
#include "CWindowObject.h"
|
||||
|
||||
#include "../../lib/gameState/QuestInfo.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user