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