mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 15:39:50 +00:00
Update systems to the new view
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BBM
|
||||
static constexpr const float speed = .25f;
|
||||
|
||||
//! @inherit
|
||||
void onFixedUpdate(WAL::Entity &entity) override;
|
||||
void onFixedUpdate(WAL::ViewEntity<ControllableComponent, MovableComponent> &entity) override;
|
||||
|
||||
//! @brief A default constructor
|
||||
explicit ControllableSystem(WAL::Wal &wal);
|
||||
|
||||
Reference in New Issue
Block a user