update id to use i64 instead of u32
authorGeoffrey Allott <geoffrey@allott.email>
Sat, 27 Feb 2021 15:24:14 +0000 (15:24 +0000)
committerGeoffrey Allott <geoffrey@allott.email>
Sat, 27 Feb 2021 15:24:14 +0000 (15:24 +0000)
commit0d9ba3facabbda24eeab35ccead84bd56164a929
tree3156b8a30382b95fc5c80dd7c3481c6c1fbb6946
parent3b3d4cc20a2397d6216e2055160ab7a2e7b424cd
update id to use i64 instead of u32
src/api.rs
src/client.rs
src/dealer.rs
src/game/chatroom.rs
src/game/mod.rs
src/game/poker.rs
src/game/whist.rs
src/server.rs