(svn r2692) Forgot to add a file
authortron
Sat, 23 Jul 2005 17:23:16 +0000
changeset 2178 9166a59d1c01
parent 2177 b0f207d47f8e
child 2179 f8bd147ed8f0
(svn r2692) Forgot to add a file
video/dedicated_v.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/video/dedicated_v.h	Sat Jul 23 17:23:16 2005 +0000
@@ -0,0 +1,8 @@
+#ifndef VIDEO_DEDICATED_H
+#define VIDEO_DEDICATED_H
+
+#include "hal.h"
+
+extern const HalVideoDriver _dedicated_video_driver;
+
+#endif