(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
This commit is contained in:
10
video/win32_v.h
Normal file
10
video/win32_v.h
Normal 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
|
||||
Reference in New Issue
Block a user