Artifact 81301118dc3043a8b910a68f2aa205c1e325e9a0:
- File heromesh.h — part of check-in [016ea5365e] at 2018-04-02 18:22:32 on branch trunk — Split picture reading codes into a separate file (user: user, size: 399) [annotate] [blame] [check-ins using]
/* This file is part of Free Hero Mesh and is public domain. */ // main.c extern sqlite3*userdb; extern xrm_db*resourcedb; extern const char*basefilename; extern xrm_quark optionquery[16]; // picture.c extern SDL_Surface*screen; extern Uint16 picture_size; 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 load_pictures(void);