video/dedicated_v.h
author peter1138
Thu, 16 Nov 2006 22:05:33 +0000
changeset 5108 aeaef6fe53b7
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
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