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