mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-03 02:21:24 +00:00
Win32 sound cleanups - phase1
This commit is contained in:
parent
48f6a02a38
commit
477bcf51b0
4 changed files with 90 additions and 135 deletions
|
@ -103,6 +103,10 @@ void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify);
|
|||
void S_BlockSound (void);
|
||||
void S_UnblockSound (void);
|
||||
|
||||
DWORD *DSOUND_LockBuffer(qboolean lockit);
|
||||
void DSOUND_ClearBuffer(int clear);
|
||||
void DSOUND_Restore(void);
|
||||
|
||||
void VID_SetDefaultMode (void);
|
||||
|
||||
int (PASCAL FAR *pWSAStartup)(WORD wVersionRequired, LPWSADATA lpWSAData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue