video/dedicated_v.h
author tron
Tue, 07 Nov 2006 15:53:20 +0000
changeset 5050 b928a1036b22
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7100) Evaluate the necessary flags for SDL once per make run, not every time the CFLAGS/LIBS variables are used
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