video/dedicated_v.h
author tron
Tue, 25 Oct 2005 18:29:32 +0000
changeset 2554 cd74b7099965
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numbers to sort out wagons
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif