]> git.cworth.org Git - loudgame/blobdiff - loudgame.h
Add loudgame_broadcast and a simple hash table to announce new users to each other.
[loudgame] / loudgame.h
index 11e74df5fde3456b23858b21229797de8aa2f94b..7aedd79db00c1ce71a3bca4fbf27aadc50d76fac 100644 (file)
@@ -34,7 +34,10 @@ struct _loudgame {
     gchar              *name;
     gchar              *passwd;
     LmConnection       *connection;
+
     GMainLoop          *main_loop;
+    GHashTable         *players;
+
     int                         return_value;
 
     /* Callbacks */