00001 /********************************************************************** 00002 *< 00003 FILE: ID3DGraphicsWindow.h 00004 00005 DESCRIPTION: Direct3D Graphics Window Extension Interface class 00006 00007 CREATED BY: Norbert Jeske 00008 00009 HISTORY: 00010 00011 *> Copyright (c) 2000 - 2002, All Rights Reserved. 00012 **********************************************************************/ 00013 00014 #pragma once 00015 00016 #ifndef _D3D9_GRAPHICS_WINDOW_H_ 00017 # include "id3d9graphicswindow.h" 00018 #endif 00019 00020 // 00021 // This will always be the 'latest' D3D window, at the time the max SDK was 00022 // built. 00023 // 00024 00025 #define D3D_GRAPHICS_WINDOW_INTERFACE_ID D3D9_GRAPHICS_WINDOW_INTERFACE_ID 00026 00027 typedef ID3D9GraphicsWindow ID3DGraphicsWindow; 00028