Home
last modified time | relevance | path

Searched refs:image_encyc (Results 1 – 4 of 4) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGAMENCY.cpp148 image_encyc.put_to_buf( &vga_back, "ENCYC" ); in view_encyclopedia()
340 image_encyc.put_front(BUTTON_X, BUTTON_Y + (c-1)*BUTTON_Y_SPACING, "B_DOWN"); in detect_main_class_button()
372 image_encyc.put_front(BUTTON_X, BUTTON_Y + (c-1)*BUTTON_Y_SPACING, "B_DOWN"); in detect_sub_class_button()
395 image_encyc.get_ptr(button_name_array[main_class_id-1]) ); in disp_class_buttons()
406 image_encyc.get_ptr(monster_button_name_array[monsterSubClass-1]) ); in disp_class_buttons()
416 image_encyc.put_front( BUTTON_X, y + (main_class_id-1)*CLASS_BUTTON_Y_SPACING, "B_DOWN"); in disp_class_buttons()
421 image_encyc.put_front( BUTTON_X, y + (subClassId-1)*BUTTON_Y_SPACING, "B_DOWN"); in disp_class_buttons()
H A DAM.cpp173 ImageRes image_encyc; variable
H A DOSYS.cpp419image_encyc.init(DIR_RES"I_ENCYC.RES",0,0); // 0-don't read into the buffer, don't use common buff… in init_objects()
487 image_encyc.deinit(); in deinit_objects()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOIMGRES.h59 extern ImageRes image_encyc, image_tpict, image_tutorial;