Use forward declaration for LegoAnimationManager in LegoOmni

This commit is contained in:
Christian Semmler 2023-10-09 06:33:06 -04:00
parent 625ee52fe0
commit 28206402f9
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -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;