mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
11 lines
151 B
C
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 */
|