Differences From Artifact [87e56863d6]:
- File heromesh.h — part of check-in [e71ea9875c] at 2022-06-30 05:46:45 on branch trunk — Implement the .saveSolutions.private option (and the SQL functions to work with it), and remove the unused .allowMouseWarp option. (user: user, size: 10091) [annotate] [blame] [check-ins using]
To Artifact [bd543a863e]:
- File heromesh.h — part of check-in [1aadd6299e] at 2022-07-01 21:09:11 on branch trunk — Change MoveItem to Uint16 and fix the encoders/decoders for future use (only numbers 8 to 255 are currently in use). (user: user, size: 10092) [annotate] [blame] [check-ins using]
︙ | |||
316 317 318 319 320 321 322 | 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - + | void annihilate(void); const char*execute_turn(int key); const char*init_level(void); void swap_world(void); // == game == |
︙ |