Move Windows related functions to Interface.h (PR #882)

This is not complete as header files from Windows/.. are still included in:

Keyboard.cpp
SerialComms.cpp
Joystick.cpp

But probably these are arch specific and will have to be completely reimplemented elsewhere.
This commit is contained in:
Andrea
2020-11-29 17:30:06 +00:00
committed by GitHub
parent 93346c215f
commit 7ca547479b
19 changed files with 43 additions and 23 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ Etc.
#include "Core.h" // g_SynchronousEventMgr
#include "CardManager.h"
#include "CPU.h"
#include "Windows/WinFrame.h" // FrameSetCursorPosByMousePos()
#include "Interface.h" // FrameSetCursorPosByMousePos()
#include "Log.h"
#include "Memory.h"
#include "Video.h"