1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 18:32:35 +01:00
Files
OpenTTD/video/null_v.h

9 lines
117 B
C

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H
#include "hal.h"
extern const HalVideoDriver _null_video_driver;
#endif