1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-07-26 05:48:54 +01:00
OpenTTD/video/sdl_v.h

11 lines
129 B
C

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