(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...

This commit is contained in:
tron
2005-07-23 15:48:00 +00:00
parent 54e02a620a
commit 10fd03e222
19 changed files with 27 additions and 27 deletions

10
video/win32_v.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H
#include "hal.h"
bool MyShowCursor(bool show);
extern const HalVideoDriver _win32_video_driver;
#endif