Skip to content

Commit

Permalink
Merge branch 'main' of github.com:networkprotocol/netcode
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 17, 2024
2 parents 7a30bfa + 3fce0f7 commit a575fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9204,6 +9204,7 @@ void netcode_test()
RUN_TEST( test_connection_denied_packet );
RUN_TEST( test_connection_challenge_packet );
RUN_TEST( test_connection_response_packet );
RUN_TEST( test_connection_keep_alive_packet );
RUN_TEST( test_connection_payload_packet );
RUN_TEST( test_connection_disconnect_packet );
RUN_TEST( test_connect_token_public );
Expand Down

0 comments on commit a575fb2

Please sign in to comment.