Differences From 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]
To Artifact [6365c4e997]:
- File heromesh.h — part of check-in [3f12058d2d] at 2018-10-07 04:25:13 on branch trunk — Make some improvements to compile script, and start edit.c (just a stub so far) (user: user, size: 6075) [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 195 196 197 198 199 | 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); // == edit == void run_editor(void); |