Files @ r5299:1a5e005aa3e9
Branch filter:

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

rubidium
(svn r7452) -Fix: GetRandom(Industry|Town) must return a valid industry/town and should not need to loop over the pool for a second time.
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif