src/video/win32_v.h
author bjarni
Fri, 20 Apr 2007 16:56:55 +0000
changeset 6505 8b4c20ddacd3
parent 5988 1aabf94612c6
child 7170 923946ec324f
permissions -rw-r--r--
(svn r9688) -Codechange: Created a function to get default cargo type for a cargo type
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif /* VIDEO_WIN32_H */