MCPcopy Create free account
hub / github.com/NetHack/NetHack / ghack_main_window_update_inventory

Function ghack_main_window_update_inventory

outdated/win/gnome/gnmain.c:692–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void
693ghack_main_window_update_inventory()
694{
695 /* For now, do very little. Eventually we may allow the inv. window
696 to stay active. When we do this, we'll need to implement this...
697 g_warning("Fixme!!! updateInventory is not yet implemented");
698 */
699 gnome_display_nhwindow(WIN_WORN, FALSE);
700}
701
702GtkWidget *
703ghack_get_main_window()

Callers 1

gnome_update_inventoryFunction · 0.85

Calls 1

gnome_display_nhwindowFunction · 0.85

Tested by

no test coverage detected