video/dedicated_v.h
author matthijs
Wed, 22 Mar 2006 22:26:16 +0000
branch0.4.5
changeset 9958 bed516c67d61
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r4041) [Debian] Change next version number to 0.4.6 instead of 0.4.5.1.
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