X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=loudgame.h;h=7aedd79db00c1ce71a3bca4fbf27aadc50d76fac;hb=0446a4eb0485bb8dd34312c64f940c2461a7180e;hp=11e74df5fde3456b23858b21229797de8aa2f94b;hpb=0df3d3dd2384f2606ad5e037c925cb88a5f30fef;p=loudgame diff --git a/loudgame.h b/loudgame.h index 11e74df..7aedd79 100644 --- a/loudgame.h +++ b/loudgame.h @@ -34,7 +34,10 @@ struct _loudgame { gchar *name; gchar *passwd; LmConnection *connection; + GMainLoop *main_loop; + GHashTable *players; + int return_value; /* Callbacks */