video/win32_v.h
author Darkvater
Tue, 27 Feb 2007 15:51:52 +0000
branch0.5
changeset 5454 26572e97b611
parent 2207 40c928fbde8a
permissions -rw-r--r--
(svn r8917) [0.5] -Codechange (win32): Do not empty the data-path for the installer if you press the 'Back' button.
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif