MyTools.h
Upload User: weisheen
Upload Date: 2022-07-09
Package Size: 19390k
Code Size: 0k
Development Platform:

Visual C++

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