src/video/dedicated_v.h
author celestar
Tue, 19 Jun 2007 07:21:01 +0000
branchgamebalance
changeset 9913 e79cd19772dd
parent 6314 f738bcf05ad6
child 6720 35756db7e577
child 7666 a5fccd76176a
permissions -rw-r--r--
(svn r10213) [gamebalance] -Sync: r10100:10200 from trunk
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
6314
f738bcf05ad6 (svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
Darkvater
parents: 5726
diff changeset
    10
#endif /* VIDEO_DEDICATED_H */