22 #ifndef CHEWY_DIALOGS_INVENTORY_H 23 #define CHEWY_DIALOGS_INVENTORY_H 25 #include "chewy/ngstypes.h" 32 static int16 inv_rand_x;
33 static int16 inv_rand_y;
35 static bool calc_use_invent(int16 invNr);
36 static void showDiary();
38 static void plot_menu();
40 static int16 look(int16 invent_nr, int16 mode, int16 ats_nr);
41 static void look_screen(int16 txt_mode, int16 txt_nr);
Definition: inventory.h:30