1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 01:12:39 +01:00
Files
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