Differences From Artifact [85047283e3]:
- File heromesh.h — part of check-in [382666e88a] at 2023-10-31 23:36:23 on branch trunk — Make control and middle button to draw lines from clicked location for helping with alignment. (user: user, size: 10864) [annotate] [blame] [check-ins using]
To Artifact [da2e133513]:
- File heromesh.h — part of check-in [ee231f02dd] at 2024-05-11 06:16:03 on branch trunk — Start of implementation of the (Trigger) block (currently only syntax is implemented) to control timing/ordering of some events. (user: user, size: 10888) [annotate] [blame] [check-ins using]
︙ | |||
324 325 326 327 328 329 330 331 332 333 334 335 336 337 | 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 | + | extern Value*array_data; extern Uint16 ndeadanim; extern DeadAnimation*deadanim; extern Uint8 no_dead_anim; extern Uint32 max_trigger; extern Uint8 conn_option; extern Sint32 gameover_score; extern Uint32 trigmode; 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); |
︙ |