|
musrfit 1.10.0
|
#include <mud.h>

Public Attributes | |
| MUD_CORE | core |
| UINT32 | ID |
| UINT32 | prevReplyID |
| UINT32 | nextReplyID |
| TIME | time |
| char * | author |
| char * | title |
| char * | comment |
| char* MUD_SEC_CMT::author |
Definition at line 305 of file mud.h.
Referenced by MUD_SEC_CMT_proc().
| char* MUD_SEC_CMT::comment |
Definition at line 307 of file mud.h.
Referenced by MUD_SEC_CMT_proc().
| UINT32 MUD_SEC_CMT::ID |
Definition at line 301 of file mud.h.
Referenced by MUD_SEC_CMT_proc().
| UINT32 MUD_SEC_CMT::nextReplyID |
Definition at line 303 of file mud.h.
Referenced by MUD_SEC_CMT_proc().
| UINT32 MUD_SEC_CMT::prevReplyID |
Definition at line 302 of file mud.h.
Referenced by MUD_SEC_CMT_proc().
| TIME MUD_SEC_CMT::time |
Definition at line 304 of file mud.h.
Referenced by MUD_SEC_CMT_proc().
| char* MUD_SEC_CMT::title |
Definition at line 306 of file mud.h.
Referenced by MUD_SEC_CMT_proc().