Differences From Artifact [5ea05aa2a2]:
- File heromesh.h — part of check-in [02cc36cf71] at 2018-10-22 05:41:54 on branch trunk — More stuff in editor and key binding (user: user, size: 6260) [annotate] [blame] [check-ins using]
To Artifact [a8db97cff3]:
- File heromesh.h — part of check-in [633696a6f5] at 2018-10-26 08:12:04 on branch trunk — Implement scrollbars (user: user, size: 6327) [annotate] [blame] [check-ins using]
︙ | |||
85 86 87 88 89 90 91 92 93 94 95 96 97 98 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | + + | extern int left_margin; void draw_picture(int x,int y,Uint16 img); void draw_text(int x,int y,const unsigned char*t,int bg,int fg); void draw_cell(int x,int y); const char*screen_prompt(const char*txt); void load_pictures(void); int scrollbar(int*cur,int page,int max,SDL_Event*ev,SDL_Rect*re); // == class == #define CF_PLAYER 0x01 #define CF_INPUT 0x02 #define CF_COMPATIBLE 0x04 #define CF_QUIZ 0x08 |
︙ |