GuiDrawLayer.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // GuiDrawLayer.h: interface for the GuiDrawLayer class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_GUIDRAWLAYER_H__22E2F43A_F545_4C2C_BC2D_B02EFC3D7A11__INCLUDED_)
  5. #define AFX_GUIDRAWLAYER_H__22E2F43A_F545_4C2C_BC2D_B02EFC3D7A11__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class GuiDrawLayer  
  10. {
  11. public:
  12. GuiDrawLayer();
  13. virtual ~GuiDrawLayer();
  14. };
  15. #endif // !defined(AFX_GUIDRAWLAYER_H__22E2F43A_F545_4C2C_BC2D_B02EFC3D7A11__INCLUDED_)