Differences From Artifact [81f8d108e9]:
- File heromesh.h — part of check-in [1665c0ca5d] at 2021-03-27 08:21:14 on branch trunk — Implement the text editor, for editing the level title and level strings (currently, only editing the title is implemented). (user: user, size: 8531) [annotate] [blame] [check-ins using]
To Artifact [c3de22e2d5]:
- File heromesh.h — part of check-in [655771dcba] at 2021-03-30 06:32:46 on branch trunk — Add the maxTrigger resource, to try to prevent some kinds of infinite loops (user: user, size: 8558) [annotate] [blame] [check-ins using]
︙ | |||
260 261 262 263 264 265 266 267 268 269 270 271 272 273 | 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 | + | extern Uint32 ninventory; extern unsigned char**levelstrings; extern Uint16 nlevelstrings; extern Value*array_data; extern Uint16 ndeadanim; extern DeadAnimation*deadanim; extern Uint8 no_dead_anim; extern Uint32 max_trigger; const unsigned char*value_string_ptr(Value v); void pfunlink(Uint32 n); void pflink(Uint32 n); Uint32 objalloc(Uint16 c); void objtrash(Uint32 n); void annihilate(void); |
︙ |