mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-21 06:34:23 +00:00
11 lines
147 B
C
11 lines
147 B
C
/* $Id$ */
|
|
|
|
#ifndef VIDEO_DEDICATED_H
|
|
#define VIDEO_DEDICATED_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalVideoDriver _dedicated_video_driver;
|
|
|
|
#endif
|