Go to the source code of this file.
Classes | |
| struct | HDMV_INSN |
| struct | bd_mobj_cmd_s |
| struct | MOBJ_OBJECT |
| struct | MOBJ_OBJECTS |
Typedefs | |
| typedef struct bd_mobj_cmd_s | MOBJ_CMD |
Functions | |
| BD_PRIVATE MOBJ_OBJECTS * | mobj_parse (const char *path) |
| BD_PRIVATE void | mobj_parse_cmd (uint8_t *buf, MOBJ_CMD *cmd) |
| BD_PRIVATE void | mobj_free (MOBJ_OBJECTS **index) |
| BD_PRIVATE int | mobj_sprint_cmd (char *buf, MOBJ_CMD *cmd) |
| typedef struct bd_mobj_cmd_s MOBJ_CMD |
| BD_PRIVATE MOBJ_OBJECTS* mobj_parse | ( | const char * | path | ) |
Definition at line 112 of file mobj_parse.c.
Referenced by hdmv_vm_init().
Definition at line 53 of file mobj_parse.c.
Referenced by _decode_button(), and _mobj_parse_object().
| BD_PRIVATE void mobj_free | ( | MOBJ_OBJECTS ** | index | ) |
Definition at line 99 of file mobj_parse.c.
Referenced by hdmv_vm_free(), and mobj_parse().
| BD_PRIVATE int mobj_sprint_cmd | ( | char * | buf, | |
| MOBJ_CMD * | cmd | |||
| ) |
Definition at line 238 of file mobj_print.c.
Referenced by _hdmv_trace_cmd().
1.6.3