mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef VIDEO_NULL_H
|
|
#define VIDEO_NULL_H
|
|
|
|
#include "hal.h"
|
|
|
|
extern const HalVideoDriver _null_video_driver;
|
|
|
|
#endif
|