mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Remove DirectX variables
This commit is contained in:
parent
d80b8e7d37
commit
39ae083340
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