posx 100 modules/gui_hexbox.c void gui_hexbox_draw_hex32(unsigned int hexnum, int digit, unsigned int posx, unsigned int posy) { posx 109 modules/gui_hexbox.c draw_string(posx, posy, buf, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE)); posx 112 modules/gui_hexbox.c draw_char(posx+digit*FONT_WIDTH, posy, buf[digit], MAKE_COLOR(COLOR_RED, COLOR_WHITE)); posx 116 modules/gui_hexbox.c void gui_hexbox_draw_hint(unsigned int hexnum, unsigned int posx, unsigned int posy) { posx 130 modules/gui_hexbox.c draw_string(posx, posy, buf, MAKE_COLOR(COLOR_WHITE, COLOR_BLACK));