Files @ r5997:b5a74d8a12b8
Branch filter:

Location: cpp/openttd-patchpack/source/src/video/sdl_v.h

celestar
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif /* VIDEO_SDL_H */