video/win32_v.h
author KUDr
Mon, 01 Jan 2007 20:13:03 +0000
branchcustombridgeheads
changeset 5627 f5c656cf0a0e
parent 2207 40c928fbde8a
permissions -rw-r--r--
(svn r7729) [cbh] - Fix: [YAPF] several cbh related issues. YAPF should now work with cbh
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif