Differences From Artifact [c96a0bb6e3]:
- File sound.c — part of check-in [19bbb1f4aa] at 2022-05-05 20:33:06 on branch trunk — Lump name suffixes in the sound file can be case-insensitive. (user: user, size: 14703) [annotate] [blame] [check-ins using]
To Artifact [932918faf2]:
- File sound.c — part of check-in [156b0a7c35] at 2022-07-06 05:20:21 on branch trunk — Several changes needed to allow coordinate input to be implemented in future (including the CLICK message and InputXY keyword). Also fixes a bug that was caused by changing MoveItem from Uint8 to Uint16. (user: user, size: 14673) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - - | #include <string.h> #include "sqlite3.h" #include "smallxrm.h" #include "quarks.h" #include "heromesh.h" #include "cursorshapes.h" |
︙ |