mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-08 01:10:28 +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
|