mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-26 02:40:57 +00:00
Remove DirectX variables
This commit is contained in:
parent
d43e10b1b0
commit
3286b037a8
1 changed files with 0 additions and 4 deletions
|
@ -25,14 +25,10 @@
|
|||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <dsound.h>
|
||||
|
||||
#define WINDOW_STYLE (WS_OVERLAPPED | WS_BORDER | WS_CAPTION | WS_VISIBLE)
|
||||
|
||||
extern HINSTANCE global_hInstance;
|
||||
extern LPDIRECTSOUND pDS;
|
||||
extern LPDIRECTSOUNDBUFFER pDSBuf;
|
||||
extern DWORD gSndBufSize;
|
||||
extern HWND cl_hwnd;
|
||||
|
||||
extern qboolean ActiveApp, Minimized;
|
||||
|
|
Loading…
Reference in a new issue