You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
672 B
34 lines
672 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
//
|
|
// File: dmcollectionobj.cpp
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
// dmPerformanceObj.cpp
|
|
|
|
#include "dmusici.h"
|
|
#include "dmusicc.h"
|
|
#include "dmusicf.h"
|
|
|
|
#include "stdafx.h"
|
|
#include "Direct.h"
|
|
|
|
#include "dms.h"
|
|
#include "dmCollectionObj.h"
|
|
|
|
|
|
extern void *g_dxj_DirectMusicCollection;
|
|
|
|
|
|
CONSTRUCTOR(_dxj_DirectMusicCollection, {});
|
|
DESTRUCTOR(_dxj_DirectMusicCollection, {});
|
|
GETSET_OBJECT(_dxj_DirectMusicCollection);
|
|
|
|
|
|
|
|
|
|
|