mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-26 23:20:16 +01: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
|