|
musrfit 1.10.0
|
#include <mud.h>

Public Attributes | |
| struct _MUD_SEC * | pNext |
| UINT32 | size |
| UINT32 | secID |
| UINT32 | instanceID |
| UINT32 | sizeOf |
| MUD_PROC | proc |
| UINT32 MUD_CORE::instanceID |
Definition at line 229 of file mud.h.
Referenced by fseekNext(), MUD_CORE_proc(), MUD_decode(), and MUD_new().
| struct _MUD_SEC* MUD_CORE::pNext |
Definition at line 226 of file mud.h.
Referenced by MUD_add(), MUD_addToGroup(), MUD_read(), MUD_search(), and MUD_setSizes().
| MUD_PROC MUD_CORE::proc |
Definition at line 231 of file mud.h.
Referenced by MUD_decode(), and MUD_new().
| UINT32 MUD_CORE::secID |
Definition at line 228 of file mud.h.
Referenced by fseekNext(), MUD_CORE_proc(), MUD_decode(), MUD_new(), and MUD_read().
| UINT32 MUD_CORE::size |
Definition at line 227 of file mud.h.
Referenced by MUD_assignCore(), MUD_CORE_proc(), and MUD_writeGrpStart().