Files @ r2185:83c584e8be30
Branch filter:

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

tron
(svn r2700) Insert Id tag into the Makefile
1
2
3
4
5
6
7
8
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif