mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 09:45:42 +00:00
fix compile errors
This commit is contained in:
@@ -44,7 +44,7 @@ namespace BBM
|
||||
//! @brief Constructor with the 3 callback
|
||||
ButtonComponent(WAL::Entity &entity, WAL::Callback<WAL::Entity &, WAL::Wal &> callback)
|
||||
: WAL::Component(entity),
|
||||
onEvent(callback), _up(nullptr), _down(nullptr), _left(nullptr), _right(nullptr)
|
||||
onEvent(callback), _up(nullptr), _down(nullptr), _right(nullptr), _left(nullptr)
|
||||
{ }
|
||||
|
||||
ButtonComponent &setButtonLinks(WAL::Entity *up = nullptr, WAL::Entity *down = nullptr,
|
||||
|
||||
Reference in New Issue
Block a user