mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
Moved video.h before debug.h
This commit is contained in:
parent
5df57248ac
commit
5a1a5bdc63
@ -47,6 +47,7 @@
|
||||
#include "AppleWin.h"
|
||||
#include "AY8910.h"
|
||||
#include "CPU.h"
|
||||
#include "Video.h" // Debugger needs: VideoUpdateFuncPtr_t
|
||||
#include "Debug.h"
|
||||
#include "Disk.h"
|
||||
#include "Frame.h"
|
||||
@ -65,4 +66,4 @@
|
||||
#include "Speaker.h"
|
||||
#include "Tape.h"
|
||||
#include "Tfe/Tfe.h"
|
||||
#include "Video.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user