video/dedicated_v.h
author tron
Sat, 30 Jul 2005 09:29:20 +0000
changeset 2238 33361a216301
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r2758) Add the AB() macro to add a value to a bit range and use it in a few places, also make use of GB and SB nearby
2186
db48cf29b983 (svn r2701) Insert Id tags into all source files
tron
parents: 2178
diff changeset
     1
/* $Id$ */
db48cf29b983 (svn r2701) Insert Id tags into all source files
tron
parents: 2178
diff changeset
     2
2178
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     3
#ifndef VIDEO_DEDICATED_H
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     4
#define VIDEO_DEDICATED_H
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     5
2189
5cdc11ffeaa4 (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
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     7
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     8
extern const HalVideoDriver _dedicated_video_driver;
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
     9
9166a59d1c01 (svn r2692) Forgot to add a file
tron
parents:
diff changeset
    10
#endif