(xdump): New command xdump (experimental).

(player_coms): Add xdump under #if 0.
This commit is contained in:
Markus Armbruster 2004-08-20 12:39:16 +00:00
parent 612f2dadb8
commit fe50838824
4 changed files with 361 additions and 2 deletions

View file

@ -228,6 +228,7 @@ int wall(void);
int wing(void);
int wipe(void);
int work(void);
int xdump(void);
int zdon(void);
#endif /* _COMMANDS_H_ */