| 690 | } |
| 691 | |
| 692 | void |
| 693 | ghack_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 | |
| 702 | GtkWidget * |
| 703 | ghack_get_main_window() |
no test coverage detected