1/*
2 * Copyright 2004, Axel D��rfler, axeld@pinc-software.de. All rights reserved.
3 * Copyright 2011, Rene Gollent, rene@gollent.com. All rights reserved.
4 *
5 * Distributed under the terms of the MIT License.
6 */
7#ifndef VIDEO_H
8#define VIDEO_H
9
10
11class Menu;
12class MenuItem;
13
14bool video_mode_hook(Menu *menu, MenuItem *item);
15Menu *video_mode_menu();
16
17#endif	/* VIDEO_H */
18