Added game_menu variable. Started implementing menu-item sending.

This commit is contained in:
Polonkai Gergely
2012-04-06 08:31:08 +00:00
parent 3a1d9ff266
commit ae38341601
3 changed files with 21 additions and 5 deletions

View File

@@ -62,7 +62,7 @@
extern GSList *clients;
gboolean wmud_networking_init(guint port_number, GMainContext *game_context, GError **err);
gboolean wmud_networking_init(guint port_number, GMainContext *game_context, GSList *menu_items, GError **err);
void wmud_client_send(wmudClient *client, const gchar *fmt, ...);
#endif