src/video/win32_v.h
author rubidium
Wed, 18 Apr 2007 22:10:36 +0000
changeset 6491 00dc414c909d
parent 5988 1aabf94612c6
child 7170 923946ec324f
permissions -rw-r--r--
(svn r9672) -Cleanup: lots of coding style fixes around operands.
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif /* VIDEO_WIN32_H */