Files @ r2588:5d7081ed502a
Branch filter:

Location: cpp/openttd-patchpack/source/video/null_v.h

tron
(svn r3125) Symbolic names for skiping sprites and the end of the sprite list
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif