AppleWin/source/Windows
TomCh 3aa5750dcf
Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898)
. class hierarchy: WinVideo IS_A Video (ie. WinVideo is a subclass of Video)
. GetVideo() singleton instance of WinVideo in AppleWin.cpp, exposed via Interface.h
2020-12-28 16:25:29 +00:00
..
AppleWin.cpp Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00
AppleWin.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
DirectInput.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00:00
DirectInput.h Split Video.cpp to WinVideo.cpp to remove most of the Win32 specific functions (PR #872) 2020-11-21 20:57:56 +00:00
Win32Frame.cpp Move interface into a class FrameBase. (PR #893) 2020-12-24 15:08:50 +00:00
Win32Frame.h Move interface into a class FrameBase. (PR #893) 2020-12-24 15:08:50 +00:00
WinFrame.cpp Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00
WinFrame.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
WinVideo.cpp Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00
WinVideo.h Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00