From 28206402f9c235770a01e332ff890609ee660484 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 9 Oct 2023 06:33:06 -0400 Subject: [PATCH] Use forward declaration for LegoAnimationManager in LegoOmni --- LEGO1/legoomni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/legoomni.h b/LEGO1/legoomni.h index d1c1b9be..e4074463 100644 --- a/LEGO1/legoomni.h +++ b/LEGO1/legoomni.h @@ -4,9 +4,9 @@ #include "compat.h" #include "mxomni.h" #include "mxdsaction.h" -#include "legoanimationmanager.h" class Isle; +class LegoAnimationManager; class LegoBuildingManager; class LegoEntity; class LegoGameState;