mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-29 17:02:11 +00:00
Update systems to the new view
This commit is contained in:
@@ -13,7 +13,7 @@ namespace BBM
|
||||
class GridCenteredSystem : public WAL::System<GridCenteredComponent, MovableComponent, PositionComponent>
|
||||
{
|
||||
public:
|
||||
void onFixedUpdate(WAL::Entity &entity) override;
|
||||
void onFixedUpdate(WAL::ViewEntity<GridCenteredComponent, MovableComponent, PositionComponent> &entity) override;
|
||||
|
||||
//! @brief A default constructor
|
||||
explicit GridCenteredSystem(WAL::Wal &wal);
|
||||
|
||||
Reference in New Issue
Block a user