Files
2022-10-26 12:25:11 +08:00

22 lines
394 B
C++

// worldlast.h
#ifndef _3DTERRAIN_WORLDLAST_H_
#define _3DTERRAIN_WORLDLAST_H_
#include "WorldExtraInfo.h"
class CWorldLast : public CWorldExtraInfo
{
public:
CWorldLast();
virtual ~CWorldLast();
virtual void Clear();
/// @name »ý¼º/Á¦°Å
virtual BOOL Create( BOOL bUse = TRUE, BOOL bUseEdit = FALSE );
virtual void Destroy( CDrawBase *pDraw);
};
#endif // _3DTERRAIN_WORLDLAST_H_