1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-06 03:52:37 +01:00
Files
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