Differences From Artifact [25a549cebd]:
- File heromesh.h — part of check-in [b39ff189b9] at 2019-07-15 03:27:00 on branch trunk — Add gameover,key_ignored,changed variables for future use (user: user, size: 6438) [annotate] [blame] [check-ins using]
To Artifact [5840e387ed]:
- File heromesh.h — part of check-in [9d982f0655] at 2020-10-20 23:21:48 on branch trunk — Add game.c file (not implemented much) (user: user, size: 6475) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
195 196 197 198 199 200 201 202 203 204 205 | 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); | > > > > | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | void pfunlink(Uint32 n); void pflink(Uint32 n); Uint32 objalloc(Uint16 c); void annihilate(void); const char*execute_turn(int key); // == game == void run_game(void); // == edit == void run_editor(void); |