Files @ r6111:f19227e298a8
Branch filter:

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

tron
(svn r8847) -Fix

There is not much point in hiding a normal 64bit multiplication in a function, so do not do it
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif /* VIDEO_WIN32_H */