Files @ r5223:a309edf675d3
Branch filter:

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

Darkvater
(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif