⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 d3drmwin.h

📁 quake的sdl移植
💻 H
字号:
/*==========================================================================; * *  Copyright (C) 1995-1996 Microsoft Corporation.  All Rights Reserved. * *  File:       d3drm.h *  Content:    Direct3DRM include file * ***************************************************************************/#ifndef __D3DRMWIN_H__#define __D3DRMWIN_H__#ifndef WIN32#define WIN32#endif#include "d3drm.h"#include "ddraw.h"#include "d3d.h"/* * GUIDS used by Direct3DRM Windows interface */DEFINE_GUID(IID_IDirect3DRMWinDevice,   0xc5016cc0, 0xd273, 0x11ce, 0xac, 0x48, 0x0, 0x0, 0xc0, 0x38, 0x25, 0xa1);WIN_TYPES(IDirect3DRMWinDevice, DIRECT3DRMWINDEVICE);#undef INTERFACE#define INTERFACE IDirect3DRMWinDeviceDECLARE_INTERFACE_(IDirect3DRMWinDevice, IDirect3DRMObject){    IUNKNOWN_METHODS(PURE);    IDIRECT3DRMOBJECT_METHODS(PURE);    /*     * IDirect3DRMWinDevice methods     */    /* Repaint the window with the last frame which was rendered. */    STDMETHOD(HandlePaint)(THIS_ HDC hdc) PURE;    /* Respond to a WM_ACTIVATE message. */    STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -