Skip to content

Commit

Permalink
WSS: Correctly define input_data
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Mar 26, 2024
1 parent e90e7e9 commit 4363bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/websocket_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define WSS_PAD_DISCONNECTED "gamepad_disconnected"
#define WSS_PAD_RECONNECTED "gamepad_reconnected"

class input_data;
struct input_data;
namespace wss {

extern std::atomic<bool> state;
Expand Down

0 comments on commit 4363bfb

Please sign in to comment.