29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
extern const char*const heromesh_key_names[256];
extern sqlite3*userdb;
extern xrm_db*resourcedb;
extern const char*basefilename;
extern xrm_quark optionquery[16];
extern Uint32 generation_number;
void set_cursor(int id);
// == picture ==
extern SDL_Surface*screen;
extern Uint16 picture_size;
|
>
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
extern const char*const heromesh_key_names[256];
extern sqlite3*userdb;
extern xrm_db*resourcedb;
extern const char*basefilename;
extern xrm_quark optionquery[16];
extern Uint32 generation_number;
extern char main_options[128];
void set_cursor(int id);
// == picture ==
extern SDL_Surface*screen;
extern Uint16 picture_size;
|