(svn r2692) Forgot to add a file

This commit is contained in:
tron 2005-07-23 17:23:16 +00:00
parent 4a14350711
commit aef046b4d7
1 changed files with 8 additions and 0 deletions

8
video/dedicated_v.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H
#include "hal.h"
extern const HalVideoDriver _dedicated_video_driver;
#endif