comparison vm.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 d9d75a22a061
children 7094c8661c05
comparison
equal deleted inserted replaced
135:5204d4e4cd3b 136:5897ff629f7c
24 */ 24 */
25 25
26 #ifndef VM_H_INCLUDED 26 #ifndef VM_H_INCLUDED
27 #define VM_H_INCLUDED 27 #define VM_H_INCLUDED
28 28
29 #include "decoder.h"
30 #include "remap.h" 29 #include "remap.h"
31 #include <dvd_types.h> 30 #include "dvdnav_internal.h"
32 31
33 /* DOMAIN enum */ 32 /* DOMAIN enum */
34 33
35 typedef enum { 34 typedef enum {
36 FP_DOMAIN = 1, 35 FP_DOMAIN = 1,