Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
68
q3radiant/ShaderInfo.h
Normal file → Executable file
68
q3radiant/ShaderInfo.h
Normal file → Executable file
|
@ -19,37 +19,37 @@ along with Foobar; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
===========================================================================
|
||||
*/
|
||||
// ShaderInfo.h: interface for the CShaderInfo class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_SHADERINFO_H__93B64600_A208_11D2_803D_0020AFEB881A__INCLUDED_)
|
||||
#define AFX_SHADERINFO_H__93B64600_A208_11D2_803D_0020AFEB881A__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
class CShaderInfo
|
||||
{
|
||||
public:
|
||||
CString m_strName;
|
||||
CString m_strShaderName;
|
||||
CString m_strTextureName;
|
||||
CStringList m_strEditorParams;
|
||||
CStringList m_lstSurfaceParams;
|
||||
float m_fTransValue;
|
||||
int m_nFlags;
|
||||
qtexture_t *m_pQTexture;
|
||||
|
||||
|
||||
void Parse(const char *pName);
|
||||
CShaderInfo();
|
||||
virtual ~CShaderInfo();
|
||||
void setName(char *pName);
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_SHADERINFO_H__93B64600_A208_11D2_803D_0020AFEB881A__INCLUDED_)
|
||||
// ShaderInfo.h: interface for the CShaderInfo class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_SHADERINFO_H__93B64600_A208_11D2_803D_0020AFEB881A__INCLUDED_)
|
||||
#define AFX_SHADERINFO_H__93B64600_A208_11D2_803D_0020AFEB881A__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
class CShaderInfo
|
||||
{
|
||||
public:
|
||||
CString m_strName;
|
||||
CString m_strShaderName;
|
||||
CString m_strTextureName;
|
||||
CStringList m_strEditorParams;
|
||||
CStringList m_lstSurfaceParams;
|
||||
float m_fTransValue;
|
||||
int m_nFlags;
|
||||
qtexture_t *m_pQTexture;
|
||||
|
||||
|
||||
void Parse(const char *pName);
|
||||
CShaderInfo();
|
||||
virtual ~CShaderInfo();
|
||||
void setName(char *pName);
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_SHADERINFO_H__93B64600_A208_11D2_803D_0020AFEB881A__INCLUDED_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue