mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-23 15:44:43 +00:00
11 lines
129 B
C
11 lines
129 B
C
/* $Id$ */
|
|
|
|
#ifndef VIDEO_SDL_H
|
|
#define VIDEO_SDL_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalVideoDriver _sdl_video_driver;
|
|
|
|
#endif
|