1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 01:42:38 +01:00
Files
OpenTTD/video/win32_v.h

11 lines
135 B
C

/* $Id$ */
#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H
#include "../hal.h"
extern const HalVideoDriver _win32_video_driver;
#endif