Files @ r2272:3c12f58ef97a
Branch filter:

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

tron
(svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif