Files
Cyd 2b8ca921cb Initial full mirror of c:\VWE (source + assets + toolchain + outputs) via Git LFS
Complete disaster-recovery snapshot: engine/game source, game data assets,
VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive.
Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false,
no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
2026-06-24 21:28:16 -05:00

121 lines
3.2 KiB
Plaintext

//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// Copyright (c) 1992 - 1998 Microsoft Corporation. All Rights Reserved.
//
//--------------------------------------------------------------------------;
CBaseObject
|
|---CGenericList CGuidNameList
|
|---CNode CDisp
|
| INonDelegatingUnknown CMsg CMsgThrd
| |
---CUnknown GUID
| |
| IMediaControl ---FOURCCMap
| |
|---CMediaControl CCache
|
| IMediaPosition MediaType
| | |
|---CMediaPosition CMediaType
| |
| |---CPosPassThru ReferenceTime
| | |
| ---CSourcePosition CRefTime
|
| IBasicAudio CAutoLock
| |
|---CBasicAudio CEvent
|
| IBasicVideo IClassFactory
| | |
|---CBaseBasicVideo CClassFactory
|
| IVideoWindow IClassFactory
| | |
|---CBaseVideoWindow CClassFactory
|
| IFilter CBaseDispatch
| |
| | IAMovieSetup
| | |
|---CBaseFilter CRefTime
| | |
| | IMediaFilter COARefTime
| | |
| |---CBaseMediaFilter
| | |
| | ---CSource
| |
| |
| -------CTransformFilter
| |
| CTransInPlaceFilter
|
| IPin
| |
| | IQualityControl
| | |
|---CBasePin
| |
| |---CBaseOutputPin
| | |
| | |---CImplOutputPin
| | |
| | |---CTransformOutputPin
| | | |
| | | CTransInPlaceOutputPin
| | |
| | | CThread
| | | |
| | CSourceStream
| |
| | IMemInputPin
| | |
| ---CBaseInputPin
| |
| |---CImplInputPin
| |
| ---CTransformInputPin
| |
| CTransInPlaceInputPin
|
| IDispatch
| |
|---CPropertyHelper
|
| IMediaSample
| |
|---CMediaSample
|
| IEnumPins CCritSec
| | |
| | ----------------------|
| | | |
|---CEnumPins |
| |
| IEnumMediaTypes |
| | |
| | ----------------------|
| | | |
|---CEnumMediaTypes |
| |
| IMemAllocator |
| | |
| | ----------------------|
| | | ---COutputQueue
---CBaseAllocator
|
---CMemAllocator