Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
67 lines
1.8 KiB
C++
67 lines
1.8 KiB
C++
#if !defined(AFX_SHEETEDITGCMDS_H__A956F167_41FE_40D1_B5BB_DE7AC28E9232__INCLUDED_)
|
|
#define AFX_SHEETEDITGCMDS_H__A956F167_41FE_40D1_B5BB_DE7AC28E9232__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// SheetEditGCMDS.h : header file
|
|
//
|
|
|
|
#include "PageGCMDSProperty.h"
|
|
#include "PageGCMDSSlots.h"
|
|
#include "PageGCMDSMotionSheet.h"
|
|
#include "PageGCMDSOutfitSet.h"
|
|
#include "PageGCMDSAttachmentSet.h"
|
|
#include "PageGCMDSEffectInfo.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CSheetEditGCMDS
|
|
|
|
class CSheetEditGCMDS : public CPropertySheet
|
|
{
|
|
DECLARE_DYNAMIC(CSheetEditGCMDS)
|
|
|
|
// Construction
|
|
public:
|
|
CSheetEditGCMDS(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
|
|
CSheetEditGCMDS(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CSheetEditGCMDS)
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
public:
|
|
virtual ~CSheetEditGCMDS();
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
CPageGCMDSProperty m_PageGCMDSProperty;
|
|
CPageGCMDSSlots m_PageGCMDSSlots;
|
|
CPageGCMDSMotionSheet m_PageGCMDSMotionSheet;
|
|
CPageGCMDSOutfitSet m_PageGCMDSOutfitSet;
|
|
CPageGCMDSAttachmentSet m_PageGCMDSAttachmentSet;
|
|
CPageGCMDSEffectInfo m_pageGCMDSEffectInfo;
|
|
|
|
|
|
//{{AFX_MSG(CSheetEditGCMDS)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_SHEETEDITGCMDS_H__A956F167_41FE_40D1_B5BB_DE7AC28E9232__INCLUDED_)
|