]> git.lizzy.rs Git - minetest.git/blobdiff - src/rollback.h
Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUpdate...
[minetest.git] / src / rollback.h
index 2e6955c8d40bc1fd049b558ede0feb3f653a52d0..c57e38ab0bbc7330c1b78dd0cbb07a1c7726801a 100644 (file)
@@ -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
 {