Differences From Artifact [89943d20fd]:
- File heromesh.h — part of check-in [8b26cd42e7] at 2018-06-03 22:43:48 on branch trunk — The syntax of for/next loops has been changed; also added some codes for dealing with user cache data (user: user, size: 3570) [annotate] [blame] [check-ins using]
To Artifact [e6403c7a41]:
- File heromesh.h — part of check-in [a55e51e100] at 2018-06-09 00:42:29 on branch trunk — Add the write_lump() function (uses upsert, which SQLite recently added) (user: user, size: 3637) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + | extern xrm_db*resourcedb; extern const char*basefilename; extern xrm_quark optionquery[16]; extern Uint32 generation_number; extern char main_options[128]; unsigned char*read_lump(int sol,int lvl,long*sz,sqlite3_value**us); void write_lump(int sol,int lvl,long sz,const unsigned char*data); void set_cursor(int id); #define FIL_SOLUTION 1 #define FIL_LEVEL 0 #define LUMP_LEVEL_IDX (-1) #define LUMP_CLASS_DEF (-2) |
︙ |