Fix 'incomplete type ‘LegoGameState’ used in nested name specifier' (#349)

This commit is contained in:
Anonymous Maarten 2025-06-20 15:50:01 +00:00 committed by GitHub
parent ff03ffcc5a
commit 45c69aba67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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