mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-06 21:27:37 +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<KeyboardComponent, ControllableComponent> &entity) override;
|
||||
|
||||
//! @brief A default constructor
|
||||
explicit KeyboardSystem(WAL::Wal &wal);
|
||||
|
||||
Reference in New Issue
Block a user