video/dedicated_v.h
author celestar
Mon, 01 Jan 2007 16:10:01 +0000
branchcustombridgeheads
changeset 5622 2f0cb276d32a
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7720) [cbh] - Fix: Trains can now access bridges from, and depart bridge onto, non X- and Y-direction Tracks.
2186
461a2aff3486 (svn r2701) Insert Id tags into all source files
tron
parents: 2178
diff changeset
     1
/* $Id$ */
461a2aff3486 (svn r2701) Insert Id tags into all source files
tron
parents: 2178
diff changeset
     2
2178
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     3
#ifndef VIDEO_DEDICATED_H
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     4
#define VIDEO_DEDICATED_H
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     5
2189
d240b9097139 (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
tron
parents: 2186
diff changeset
     6
#include "../hal.h"
2178
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     7
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     8
extern const HalVideoDriver _dedicated_video_driver;
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     9
94762a2eb3bc (svn r2692) Forgot to add a file
tron
parents:
diff changeset
    10
#endif