#include <command.h>
Collaboration diagram for addedentry:
Data Fields | |
dbref | thing |
int | atr |
char * | name |
addedentry * | next |
Definition at line 188 of file command.h.
int addedentry::atr |
Definition at line 190 of file command.h.
Referenced by do_addcommand(), do_listcommands(), and process_cmdent().
char* addedentry::name |
struct addedentry* addedentry::next |
Definition at line 192 of file command.h.
Referenced by do_addcommand(), do_delcommand(), do_listcommands(), and process_cmdent().
Definition at line 189 of file command.h.
Referenced by do_addcommand(), do_listcommands(), and process_cmdent().