1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-10 21:26:12 +01:00
OpenTTD/video/null_v.h

11 lines
132 B
C

/* $Id$ */
#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H
#include "../hal.h"
extern const HalVideoDriver _null_video_driver;
#endif