comparison dvdnav_events.h @ 118:48ba92648842 src

current versions of libdvdread use a nav_types.h we cannot use any more, because the structures differ from what is actually on the disc -> provide a private copy
author mroi
date Thu, 06 Mar 2003 22:43:52 +0000
parents 4d711d0518e9
children bd8601b74c3d
comparison
equal deleted inserted replaced
117:816d82ff7eed 118:48ba92648842
23 23
24 #ifndef DVDNAV_EVENTS_H_INCLUDED 24 #ifndef DVDNAV_EVENTS_H_INCLUDED
25 #define DVDNAV_EVENTS_H_INCLUDED 25 #define DVDNAV_EVENTS_H_INCLUDED
26 26
27 #include <dvdread/ifo_types.h> 27 #include <dvdread/ifo_types.h>
28 #include <dvdread/nav_types.h>
29 #include <dvdread/dvd_reader.h> 28 #include <dvdread/dvd_reader.h>
29 #include "nav_types.h"
30 30
31 /** 31 /**
32 * \file dvdnav_events.h 32 * \file dvdnav_events.h
33 * This header defines events and event types 33 * This header defines events and event types
34 */ 34 */