mirror of https://github.com/lianthony/NT4.0
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.
12 lines
329 B
12 lines
329 B
|
|
/* stuff moved to shared/sound.h -dpg */
|
|
|
|
#ifdef WIN32
|
|
void CreateSoundPlayer(struct SoundInfo *si, const char *pszURL); /* create a platform-specific sound player window */
|
|
void GetSoundCapability(void);
|
|
BOOL SoundPlayer_IsWindow(HWND hwnd);
|
|
void SoundPlayer_FreeBitmaps(void);
|
|
void SoundPlayer_RecreateButtons(void);
|
|
#endif
|
|
|
|
|