mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 13:25:10 +00:00
Fixing PR issues
This commit is contained in:
@@ -15,7 +15,7 @@ namespace WAL
|
||||
{
|
||||
private:
|
||||
//! @brief The list of registered entities
|
||||
std::vector<Entity> _entity;
|
||||
std::vector<Entity> _entities;
|
||||
public:
|
||||
//! @brief Get the list of entities.
|
||||
std::vector<Entity> &getEntities();
|
||||
|
||||
Reference in New Issue
Block a user