src/video/dedicated_v.h
author Darkvater
Mon, 12 Feb 2007 21:55:10 +0000
changeset 6314 f738bcf05ad6
parent 5726 8f399788f6c9
child 6720 35756db7e577
child 7666 a5fccd76176a
permissions -rw-r--r--
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif /* VIDEO_DEDICATED_H */