Differences From Artifact [f8558aace9]:
- File heromesh.h — part of check-in [966114bc2f] at 2018-08-24 15:12:54 on branch trunk — Add OF_BIZARRO flag, change OF_TRACEIN/OF_TRACEOUT to CF_TRACEIN/CF_TRACEOUT, fix a bug in update logic for CLASSES vtab (user: user, size: 6036) [annotate] [blame] [check-ins using]
To Artifact [bef1fa2bb9]:
- File heromesh.h — part of check-in [ec1c70d3d1] at 2018-09-10 01:16:35 on branch trunk — Implement INSERT/UPDATE/DELETE for OBJECTS virtual table (untested) (user: user, size: 6035) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
188 189 190 191 192 193 194 | extern Uint8 pfwidth,pfheight; void pfunlink(Uint32 n); void pflink(Uint32 n); Uint32 objalloc(Uint16 c); void annihilate(void); const char*execute_turn(int key); | < | 188 189 190 191 192 193 194 | extern Uint8 pfwidth,pfheight; void pfunlink(Uint32 n); void pflink(Uint32 n); Uint32 objalloc(Uint16 c); void annihilate(void); const char*execute_turn(int key); |