1 /*
2  * Copyright (C) 2000, 2001 Håkan Hjort
3  * Copyright (C) 2001 Rich Wareham <richwareham@users.sourceforge.net>
4  *               2002-2004 the dvdnav project
5  *
6  * This file is part of libdvdnav, a DVD navigation library. It is modified
7  * from a file originally part of the Ogle DVD player.
8  *
9  * libdvdnav is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * libdvdnav is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License along
20  * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
21  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22  */
23 
24 /* Play */
25 link_t play_PGC(vm_t *vm);
26 link_t play_PGC_PG(vm_t *vm, int pgN);
27 link_t play_PGC_post(vm_t *vm);
28 link_t play_PG(vm_t *vm);
29 link_t play_Cell(vm_t *vm);
30 link_t play_Cell_post(vm_t *vm);
31 
32