mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 23:16:39 +00:00
PCH refactor: remove non-system headers from stdafx.h
This commit is contained in:
@@ -41,16 +41,21 @@ Etc.
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Structs.h"
|
||||
|
||||
#include "CPU.h"
|
||||
#include "Frame.h" // FrameSetCursorPosByMousePos()
|
||||
#include "Log.h"
|
||||
#include "Memory.h"
|
||||
#include "MouseInterface.h"
|
||||
#include "SoundCore.h" // SAFE_RELEASE()
|
||||
|
||||
#include "..\resource\resource.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define _DEBUG_SPURIOUS_IRQ
|
||||
#endif
|
||||
|
||||
#include "..\resource\resource.h"
|
||||
#include "MouseInterface.h"
|
||||
#include "Frame.h" // FrameSetCursorPosByMousePos()
|
||||
|
||||
// Sets mouse mode
|
||||
#define MOUSE_SET 0x00
|
||||
// Reads mouse position
|
||||
|
||||
Reference in New Issue
Block a user