no message

This commit is contained in:
Chris Danford
2002-05-27 08:23:27 +00:00
parent 8549236385
commit b723efdaba
79 changed files with 1728 additions and 1620 deletions
+2
View File
@@ -44,6 +44,7 @@ public:
virtual LPDIRECT3DTEXTURE8 GetD3DTexture();
protected:
virtual void Create(
DWORD dwMaxSize,
DWORD dwTextureColorDepth,
@@ -53,5 +54,6 @@ protected:
bool bStretch
);
LPDIRECT3DTEXTURE8 m_pd3dTexture;
};