Annotation of quake2/win32/winquake.h, revision 1.1

1.1     ! root        1: // winquake.h: Win32-specific Quake header file
        !             2: 
        !             3: #pragma warning( disable : 4229 )  // mgraph gets this
        !             4: 
        !             5: #include <windows.h>
        !             6: 
        !             7: #include <dsound.h>
        !             8: 
        !             9: #define        WINDOW_STYLE    (WS_OVERLAPPED|WS_BORDER|WS_CAPTION|WS_VISIBLE)
        !            10: 
        !            11: extern HINSTANCE       global_hInstance;
        !            12: 
        !            13: extern LPDIRECTSOUND pDS;
        !            14: extern LPDIRECTSOUNDBUFFER pDSBuf;
        !            15: 
        !            16: extern DWORD gSndBufSize;
        !            17: 
        !            18: extern HWND                    cl_hwnd;
        !            19: extern qboolean                ActiveApp, Minimized;
        !            20: 
        !            21: void IN_Activate (qboolean active);
        !            22: void IN_MouseEvent (int mstate);
        !            23: 
        !            24: extern int             window_center_x, window_center_y;
        !            25: extern RECT            window_rect;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.