D3DCube.h
资源名称:DXGuide.zip [点击查看]
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:0k
源码类别:
DirextX编程
开发平台:
Visual C++
- // Copyright (C) 1999 DXGuide. All Rights Reserved.
- // File: D3DCube.h
- #ifndef _D3DCUBE__H
- #define _D3DCUBE__H
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #include "D3DSimpleShape.h"
- class CD3DCube : public CD3DSimpleShape
- {
- public:
- CD3DCube(DWORD dwVertexTypeDesc = CD3DUN1Vertex::TypeDesc);
- virtual ~CD3DCube();
- };
- #endif // _D3DCUBE__H