Skip to content

Commit

Permalink
NITWORK: Fix bad input for handleStartGame method
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
romainpanno committed Oct 3, 2023
1 parent 286559d commit bb6e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nitwork/NitworkClient.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace Nitwork {
[[nodiscard]] const std::map<enum n_actionType_t, actionHandler> &
getActionToSendHandlers() const final;

void gs(const std::any &msg, boost::asio::ip::udp::endpoint &endpoint);
void handleStartGame(const std::any &msg, boost::asio::ip::udp::endpoint &endpoint);

protected:

Expand Down

0 comments on commit bb6e15f

Please sign in to comment.