Skip to content

Commit

Permalink
Merge branch 'feature/RB-61-basic-missiles' of github.com:X-R-G-B/R-B…
Browse files Browse the repository at this point in the history
…us into feature/RB-61-basic-missiles
  • Loading branch information
KitetsuK committed Oct 3, 2023
2 parents ef19d5c + a5eebfd commit 35b8afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Systems/Events/EventsSystems.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Systems {
namespace EventsSystems {
void playerMovement(std::size_t /*unused*/, std::size_t /*unused*/);
void changeScene(std::size_t /*unused*/, std::size_t /*unused*/);
void shootBullet(std::size_t, std::size_t);
void shootBullet(std::size_t /*unused*/, std::size_t /*unused*/);
std::vector<std::function<void(std::size_t, std::size_t)>>
getEventSystems();
} // namespace EventsSystems
Expand Down

0 comments on commit 35b8afd

Please sign in to comment.