mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user