comparison vmcmd.h @ 136:5897ff629f7c src

reorganize mutual header inclusion to fix warnings when compiling with TRACE defined fix vm_jump_title_part to use correct title number (up to now the number was considered to be VTS-relative, which it is not)
author mroi
date Thu, 27 Mar 2003 15:12:26 +0000
parents b6834e6359cf
children 175d5fef21e4
comparison
equal deleted inserted replaced
135:5204d4e4cd3b 136:5897ff629f7c
25 #ifndef VMCMD_H_INCLUDED 25 #ifndef VMCMD_H_INCLUDED
26 #define VMCMD_H_INCLUDED 26 #define VMCMD_H_INCLUDED
27 27
28 #include <inttypes.h> 28 #include <inttypes.h>
29 #include <dvdread/ifo_types.h> /* Only for vm_cmd_t */ 29 #include <dvdread/ifo_types.h> /* Only for vm_cmd_t */
30 #include "decoder.h" 30 #include "dvdnav_internal.h"
31 31
32 #ifdef TRACE 32 #ifdef TRACE
33 void vmPrint_mnemonic(vm_cmd_t *command); 33 void vmPrint_mnemonic(vm_cmd_t *command);
34 void vmPrint_CMD(int row, vm_cmd_t *command); 34 void vmPrint_CMD(int row, vm_cmd_t *command);
35 #endif 35 #endif