Split Video.cpp to WinVideo.cpp to remove most of the Win32 specific functions (PR #872)

. Moved DirectInput.cpp/h and WinVideo.cpp/h to a new "Windows" folder.
This commit is contained in:
Andrea
2020-11-21 20:57:56 +00:00
committed by GitHub
parent 8fbf09d1c7
commit 2a7191f5ce
17 changed files with 712 additions and 643 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "../Frame.h"
#include "../Registry.h"
#include "../SerialComms.h"
#include "../Video.h"
#include "../Windows/WinVideo.h"
#include "../resource/resource.h"
CPageConfig* CPageConfig::ms_this = 0; // reinit'd in ctor