mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-27 19:30: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 <windows.h>
|
||||||
#include <dsound.h>
|
|
||||||
|
|
||||||
#define WINDOW_STYLE (WS_OVERLAPPED | WS_BORDER | WS_CAPTION | WS_VISIBLE)
|
#define WINDOW_STYLE (WS_OVERLAPPED | WS_BORDER | WS_CAPTION | WS_VISIBLE)
|
||||||
|
|
||||||
extern HINSTANCE global_hInstance;
|
extern HINSTANCE global_hInstance;
|
||||||
extern LPDIRECTSOUND pDS;
|
|
||||||
extern LPDIRECTSOUNDBUFFER pDSBuf;
|
|
||||||
extern DWORD gSndBufSize;
|
|
||||||
extern HWND cl_hwnd;
|
extern HWND cl_hwnd;
|
||||||
|
|
||||||
extern qboolean ActiveApp, Minimized;
|
extern qboolean ActiveApp, Minimized;
|
||||||
|
|
Loading…
Reference in a new issue