1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-23 04:04:09 +01:00
Files
OpenTTD/src/video/null_v.h

11 lines
151 B
C

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