X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fio.h;h=33fc671ec6fd8f9ea749012b73d4e9a84a9b6517;hb=4e4313a0162999f961db391a2dcf943128040e56;hp=344a8eebb793950688f367d6f9b9d38f6d6a4412;hpb=b2bca567a447d04e7fc9696fa69715185f17bd19;p=plomrogue diff --git a/src/client/io.h b/src/client/io.h index 344a8ee..33fc671 100644 --- a/src/client/io.h +++ b/src/client/io.h @@ -20,7 +20,7 @@ */ extern void send(char * msg); -/* Keep checking for user input, a changed worldstate file and the server's +/* Keep checking for user input, a changed worldstate file, and the server's * wakefulness. Update client's world representation on worldstate file changes. * Manipulate the client and send commands to server based on the user input as * interpreted by the control.h library.