Differences From Artifact [5840e387ed]:
- File heromesh.h — part of check-in [9d982f0655] at 2020-10-20 23:21:48 on branch trunk — Add game.c file (not implemented much) (user: user, size: 6475) [annotate] [blame] [check-ins using]
To Artifact [7f03c73a50]:
- File heromesh.h — part of check-in [5b7677692b] at 2020-11-17 00:51:29 on branch trunk — Add possibility to select levels. (user: user, size: 6514) [annotate] [blame] [check-ins using]
︙ | |||
68 69 70 71 72 73 74 75 76 77 78 79 80 81 | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | + | #define StackProtection() 0 #endif 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); const char*load_level(int lvl); void set_cursor(int id); const char*log_if_error(const char*t); #define FIL_SOLUTION 1 #define FIL_LEVEL 0 #define LUMP_LEVEL_IDX (-1) #define LUMP_CLASS_DEF (-2) // == picture == |
︙ |