From 67e120044810b17e434249fa518b4620a4af0d35 Mon Sep 17 00:00:00 2001 From: nordsoft Date: Thu, 28 Sep 2023 12:46:28 +0200 Subject: [PATCH] Remove forward declaration --- lib/IGameCallback.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/IGameCallback.h b/lib/IGameCallback.h index 1c5c7b4b9..cdbb40209 100644 --- a/lib/IGameCallback.h +++ b/lib/IGameCallback.h @@ -20,7 +20,6 @@ struct SetMovePoints; struct GiveBonus; struct BlockingDialog; struct TeleportDialog; -class MetaString; struct StackLocation; struct ArtifactLocation; class CCreatureSet;