/* ========================================================================== * ÀÛ ¼º ÀÚ : À̼ø±Ô * ÀÛ ¼º ÀÏ : 2006.12.22 * ³» ¿ë : ÁöÇü Á¤º¸ ´ÙÀ̾ó·Î±× * ÁÖÀÇ»çÇ× : *===========================================================================*/ #pragma once /// ÁöÇü Á¤º¸ ´ÙÀ̾ó·Î±× class cTerrainInfoDialog : public CDialog { DECLARE_DYNAMIC(cTerrainInfoDialog) public: cTerrainInfoDialog(); virtual ~cTerrainInfoDialog(); /// °»½Å void Update( unsigned int resoluton, unsigned int leafResolution, float metersPerVertex, unsigned int unitsPerMeter ); protected: virtual void DoDataExchange( CDataExchange* dx ); virtual void OnOK() {} virtual void OnCancel() {} protected: DECLARE_MESSAGE_MAP() };