Files
Client/GameTools/WORLDCREATOR/MeshContainerSheet.h
LGram16 dd97ddec92 Restructure repository to include all source folders
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>
2025-11-29 20:17:20 +09:00

72 lines
1.9 KiB
C++

#if !defined(AFX_MESHCONTAINERSHEET_H__6A5A08C0_8F1A_4AF1_876F_33F4CEF0F2FF__INCLUDED_)
#define AFX_MESHCONTAINERSHEET_H__6A5A08C0_8F1A_4AF1_876F_33F4CEF0F2FF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MeshContainerSheet.h : header file
//
#include "PageHouseContainer.h"
#include "PageLightContainer.h"
#include "PageWideContainer.h"
#include "PageObjectContainer.h"
#include "PageSoundContainer.h"
#include "PageTriggerContainer.h"
#include "PageGCMDSListContainer.h"
#include "pEffect.h"
#include "PageDuengunContainer.h"
/////////////////////////////////////////////////////////////////////////////
// CMeshContainerSheet
class CMeshContainerSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CMeshContainerSheet)
// Construction
public:
CMeshContainerSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CMeshContainerSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
CPageHouseContainer m_PageHouseContainer;
CPageObjectContainer m_PageObjectContainer;
CPageLightContainer m_PageLightContainer;
CPageWideContainer m_PageWideContainer;
CPageSoundContainer m_PageSoundContainer;
CpEffect m_PageEffectContainer;
CPageTriggerContainer m_PageTriggerContainer;
CPageGCMDSListContainer m_PageGCMDSListContainer;
CPageDuengunContainer m_PageDuengunContainer;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMeshContainerSheet)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMeshContainerSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CMeshContainerSheet)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MESHCONTAINERSHEET_H__6A5A08C0_8F1A_4AF1_876F_33F4CEF0F2FF__INCLUDED_)