1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-07 04:22:35 +01:00
Files
OpenTTD/video/dedicated_v.h

11 lines
147 B
C

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