Cxbx-Reloaded/Source/Win32/CxbxKrnl/D3D8.1.0.4034.inl

56 lines
2.1 KiB
Plaintext
Raw Normal View History

2003-04-04 08:27:30 +00:00
// ******************************************************************
// *
// * .,-::::: .,:: .::::::::. .,:: .:
// * ,;;;'````' `;;;, .,;; ;;;'';;' `;;;, .,;;
// * [[[ '[[,,[[' [[[__[[\. '[[,,[['
// * $$$ Y$$$P $$""""Y$$ Y$$$P
// * `88bo,__,o, oP"``"Yo, _88o,,od8P oP"``"Yo,
// * "YUMMMMMP",m" "Mm,""YUMMMP" ,m" "Mm,
// *
// * Cxbx->Win32->CxbxKrnl->D3D8.1.0.4034.cpp
// *
// * This file is part of the Cxbx project.
// *
// * Cxbx and Cxbe are free software; you can redistribute them
// * and/or modify them under the terms of the GNU General Public
// * License as published by the Free Software Foundation; either
// * version 2 of the license, or (at your option) any later version.
// *
// * This program is distributed in the hope that it will be useful,
// * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// * GNU General Public License for more details.
// *
// * You should have recieved a copy of the GNU General Public License
// * along with this program; see the file COPYING.
// * If not, write to the Free Software Foundation, Inc.,
// * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA.
// *
// * (c) 2002-2003 Aaron Robinson <caustik@caustik.com>
// *
// * All rights reserved
// *
// ******************************************************************
// ******************************************************************
// * D3D8_1_0_4034
// ******************************************************************
OOVPATable D3D8_1_0_4034[] =
{
// IDirect3D8::CreateDevice (* unchanged since 1.0.3925 *)
{
(OOVPA*)&IDirect3D8_CreateDevice_1_0_3925,
2003-07-02 20:14:15 +00:00
XTL::EmuIDirect3D8_CreateDevice,
2003-04-04 08:27:30 +00:00
#ifdef _DEBUG_TRACE
"EmuIDirect3D8_CreateDevice"
#endif
},
};
// ******************************************************************
// * D3D8_1_0_4034_SIZE
// ******************************************************************
uint32 D3D8_1_0_4034_SIZE = sizeof(D3D8_1_0_4034);