summaryrefslogtreecommitdiff
path: root/src/rollback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rollback.h')
-rw-r--r--src/rollback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rollback.h b/src/rollback.h
index 2e6955c8d..c57e38ab0 100644
--- a/src/rollback.h
+++ b/src/rollback.h
@@ -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
{