comparison dvdnav_events.h @ 119:bd8601b74c3d src

this is causing more harm than good libdvdread is now considered to be the only "official reference" concerning headers for DVD structures and we should always use them. Problems only arise, if applications do not (this lately was a problem in xine).
author mroi
date Sat, 08 Mar 2003 14:04:20 +0000
parents 48ba92648842
children d9d75a22a061
comparison
equal deleted inserted replaced
118:48ba92648842 119:bd8601b74c3d
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/dvd_reader.h> 28 #include <dvdread/dvd_reader.h>
29 #include "nav_types.h" 29 #include <dvdread/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 */