]> git.cworth.org Git - grrobot/blobdiff - src/args.h
Added keybindings. Can now play a board from a file without any server.
[grrobot] / src / args.h
index 423411a7826ed66f629bbc3c1bee63754bd0b81d..408c13d4d51626a0cdb57b78278783f805fc3291 100644 (file)
@@ -44,6 +44,8 @@ typedef struct args
     char *port;
     char *user;
     char *game;
+
+    char *file;
     int watch;
 } args_t;