MusicKit  0.0.0
PerformSoundPrivate.h
00001 /*
00002   $Id$
00003 
00004   Description:
00005     PerformSound.h is a public header used with ObjC,
00006     so we don't want LPDIRECTSOUND definitions there. 
00007     This file holds non-public prototypes.
00008 
00009   Original Author: Leigh Smith <leigh@tomandandy.com>
00010 
00011   Copyright (C) 1999 Permission is granted to use this code for commercial and
00012   non-commercial purposes so long as this copyright statement (noting the author) is
00013   preserved.
00014 */
00015 /*
00016   $Log$
00017   Revision 1.1  1999/11/17 17:57:14  leigh
00018   Initial revision
00019 
00020 */
00021 
00022 #include "PerformSound.h"
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00028 // return the DirectSound object (for DirectMusic cooperation), or NULL if not using it.
00029 LPDIRECTSOUND SNDGetDirectSound(void);
00030 
00031 #ifdef __cplusplus
00032 }
00033 #endif