Differences From Artifact [927413f183]:
- File heromesh.h — part of check-in [c36edda367] at 2018-04-22 00:44:59 on branch trunk — Further progress on writing the lexer (user: user, size: 2950) [annotate] [blame] [check-ins using]
To Artifact [0030d49afe]:
- File heromesh.h — part of check-in [02b262b608] at 2018-04-27 20:25:35 on branch trunk — More codes and testing in class codes parser (user: user, size: 2981) [annotate] [blame] [check-ins using]
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 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; |
︙ |