Fix 'incomplete type ‘LegoGameState’ used in nested name specifier'

This commit is contained in:
Anonymous Maarten 2025-06-20 17:30:35 +02:00
parent ff03ffcc5a
commit ba503b676e

View File

@ -1,6 +1,7 @@
#ifndef REGISTRATIONBOOK_H #ifndef REGISTRATIONBOOK_H
#define REGISTRATIONBOOK_H #define REGISTRATIONBOOK_H
#include "legogamestate.h"
#include "legoworld.h" #include "legoworld.h"
class InfocenterState; class InfocenterState;