video/win32_v.h
author rubidium
Thu, 28 Jun 2007 14:11:00 +0000
branch0.5
changeset 5519 f666f6b62978
parent 2207 40c928fbde8a
permissions -rw-r--r--
(svn r10373) [0.5] -Backport from trunk (r10306, r10311, r10317, r10339, r10344):
- Fix: Acceleration for trains on slopes is not calculated properly [FS#786] (r10317, r10344)
- Fix: Rail could be destroyed when building tunnels (r10306)
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif