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
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