mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix struct vs. class in forward declarations
This commit is contained in:
@@ -29,8 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
class IGameDef;
|
||||
|
||||
class ActionRow;
|
||||
class Entity;
|
||||
struct ActionRow;
|
||||
struct Entity;
|
||||
|
||||
class RollbackManager: public IRollbackManager
|
||||
{
|
||||
|
Reference in New Issue
Block a user