mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-23 23:52:37 +00:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef VIDEO_DEDICATED_H
|
|
#define VIDEO_DEDICATED_H
|
|
|
|
#include "hal.h"
|
|
|
|
extern const HalVideoDriver _dedicated_video_driver;
|
|
|
|
#endif
|