video/win32_v.h
author celestar
Sun, 31 Dec 2006 16:08:00 +0000
branchcustombridgeheads
changeset 5614 623bae81fbd2
parent 2207 40c928fbde8a
permissions -rw-r--r--
(svn r7703) [cbh] - Fix: I "optimized" a little too much on previous commit and broke stuff
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif